complete reversion
This commit is contained in:
@@ -1,17 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
EXTENSIONS=("${EXTENSIONS}")
|
EXTENSIONS=("${EXTENSIONS}")
|
||||||
# IFS=',' read -ra exts <<< "$${EXTENSIONS}"
|
|
||||||
BOLD='\033[0;1m'
|
BOLD='\033[0;1m'
|
||||||
CODE='\033[36;40;1m'
|
CODE='\033[36;40;1m'
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
|
|
||||||
printf "$${BOLD}Installing code-server!\n"
|
printf "$${BOLD}Installing code-server!\n"
|
||||||
|
|
||||||
# for ext in "${exts[@]}"; do
|
|
||||||
# printf "$${BOLD}extension: $${ext}\n"
|
|
||||||
# done
|
|
||||||
|
|
||||||
ARGS=(
|
ARGS=(
|
||||||
"--method=standalone"
|
"--method=standalone"
|
||||||
"--prefix=${INSTALL_PREFIX}"
|
"--prefix=${INSTALL_PREFIX}"
|
||||||
|
|||||||
Reference in New Issue
Block a user