更新 install-coder.sh

This commit is contained in:
VaalaCat 2024-07-24 14:07:40 +08:00
parent d8d4bc1146
commit 7d435f83c4

View File

@ -1,12 +1,9 @@
#!/bin/sh
#!/usr/bin/env /bin/sh
set -eu
# code-server's automatic install script.
# See https://coder.com/docs/code-server/latest/install
HTTPS_PROXY=http://vaala:bcali@10.10.0.30:31789
HTTP_PROXY=http://vaala:bcali@10.10.0.30:31789
usage() {
arg0="$0"
if [ "$0" = sh ]; then