Code-Server 3.12 -> 4.5.0
This commit is contained in:
15
debian/code-server
vendored
15
debian/code-server
vendored
@ -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."
|
||||
@ -7,7 +12,7 @@ echo ""
|
||||
|
||||
|
||||
echo "downloading the Notification Bot"
|
||||
wget -q -O /usr/bin/notif https://ssh.surf/debian/notif && chmod +x /usr/bin/notif
|
||||
wget -q -O /usr/bin/notif https://ssh.surf/notif && chmod +x /usr/bin/notif
|
||||
echo "Done"
|
||||
|
||||
notif "Welcome to the Code-Server Automated installer for Discord-Linux ARM, We are preparing your installation..."
|
||||
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user