A script that downloads and updates VSCode insiders for Linux.
It downloads and extracts the app to the ~/Downloads
directory.
I don't like downloading apps using apt-get
and I remember that VSCode
doesn't support auto updating on Linux but this doesn't seem to be the
case anymore!
Anyways, I learned more about shell scripting while writing this script and I'll keep using it :)
I hope you'll find it useful!
-
Open the terminal.
-
Run the script:
curl https://raw.githubusercontent.com/badersur/vscode-manager/master/vsm | bash
-
Open the terminal.
-
Clone the repo using git:
git clone https://github.com/badersur/vscode-manager
- Change your current directory to repo's directory:
cd vscode-manager
- Execute the script
vsm
:
./vsm
Yes, please! You're more than welcome :)
-
The Bad Tutorials for the awesome Shell Scripting Tutorials
MIT © Bader Nasser Al-Hashmi