mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-18 15:57:45 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
3
applications/code/scripts/commands.sh
Normal file
3
applications/code/scripts/commands.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
SERVICE_USER="x11user" # execute command as another user
|
||||
EXEC_CMD_BIN="code" # command to execute
|
||||
EXEC_CMD_ARGS="-wn $DATA_DIR" # command arguments
|
5
applications/code/scripts/install.sh
Normal file
5
applications/code/scripts/install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
apt-get install wget gpg
|
||||
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor >/tmp/packages.microsoft.gpg
|
||||
install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg
|
||||
sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'
|
||||
rm -f /tmp/packages.microsoft.gpg
|
1
applications/code/scripts/packages.sh
Normal file
1
applications/code/scripts/packages.sh
Normal file
@@ -0,0 +1 @@
|
||||
wget gpg
|
Reference in New Issue
Block a user