更新 install-coder.sh
This commit is contained in:
parent
d8d4bc1146
commit
7d435f83c4
@ -1,12 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/usr/bin/env /bin/sh
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# code-server's automatic install script.
|
# code-server's automatic install script.
|
||||||
# See https://coder.com/docs/code-server/latest/install
|
# 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() {
|
usage() {
|
||||||
arg0="$0"
|
arg0="$0"
|
||||||
if [ "$0" = sh ]; then
|
if [ "$0" = sh ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user