Code-Server 3.12 -> 4.5.0

This commit is contained in:
Raven Scott
2022-07-04 20:23:32 -05:00
parent c8b74aeed9
commit d36fe802f8
6 changed files with 68 additions and 18 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
#
# THIS IS A TEST SCRIPT TO TEST THE HTTP BUG FOUND IN CODE SERVER WITH OUR MASTER SERVER
# THIS SHOULD NOT BE USED ON ACTIVE CONTAINERS
echo "Welcome to the Discord-Linux CodeServer Automated installer"
echo "This installer will automatically select a port on your container."
echo "I will let you know how to access your installation when installation is complete."
@ -15,13 +20,13 @@ notif "Welcome to the Code-Server Automated installer for Discord-Linux ARM, We
apt update
DEBIAN_FRONTEND=noninteractive apt upgrade -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y
wget -q https://github.com/coder/code-server/releases/download/v3.12.0/code-server_3.12.0_arm64.deb
wget -q https://github.com/coder/code-server/releases/download/v4.5.0/code-server_4.5.0_arm64.deb
notif "Installing Code-Server 3.12 using DPKG"
notif "Installing Code-Server code-server_4.5.0_arm64.deb using DPKG"
dpkg -i code-server_3.12.0_arm64.deb
dpkg -i code-server_4.5.0_arm64.deb
rm -f code-server_3.12.0_arm64.deb
rm -f code-server_4.5.0_arm64.deb
notif "Downloading our configurations"