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

@ -12,11 +12,11 @@ echo "Done"
notif "Welcome to the Code-Server Automated installer for Discord-Linux ARM, We are preparing your installation..."
notif "Installing Code-Server 3.12 using DPKG"
notif "Installing Code-Server 4.5.0 using RPM"
wget https://github.com/coder/code-server/releases/download/v3.12.0/code-server-3.12.0-arm64.rpm
rpm -U code-server-3.12.0-arm64.rpm
rm -f code-server-3.12.0-arm64.rpm
wget https://github.com/coder/code-server/releases/download/v4.5.0/code-server-4.5.0-arm64.rpm
rpm -U code-server-4.5.0-arm64.rpm
rm -f code-server-4.5.0-arm64.rpm
notif "Downloading our configurations"