From 7d435f83c407a9938a43416b54e53413f3b2878e Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Wed, 24 Jul 2024 14:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install-coder.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-coder.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install-coder.sh b/install-coder.sh index 496270f..cc02f93 100644 --- a/install-coder.sh +++ b/install-coder.sh @@ -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