Skip to content

Instantly share code, notes, and snippets.

@kjelloh
Last active July 28, 2016 19:10
Show Gist options
  • Save kjelloh/933438b1ff1441b36b2af1cef6eeff3d to your computer and use it in GitHub Desktop.
Save kjelloh/933438b1ff1441b36b2af1cef6eeff3d to your computer and use it in GitHub Desktop.
Visual Studio COde Linux Install/Update/Uninstall scripts

#Visual Studio Code Linux Install, Update and Uninstall scripts Inspired by https://gist.github.com/pomber/db44098f3413d5213aec

Suggested local scrips folder (As a "manual" install management)

kjell-olovhogdahl@ubuntu:~/Documents/GitHub/VSCodeLinuxInstall$ pwd
/home/kjell-olovhogdahl/Documents/GitHub/VSCodeLinuxInstall
kjell-olovhogdahl@ubuntu:~/Documents/GitHub/VSCodeLinuxInstall$ tree
.
├── install_vscode
├── LICENSE
├── README.md
├── uninstall_vscode
└── update_vscode

0 directories, 5 files
kjell-olovhogdahl@ubuntu:~/Documents/GitHub/VSCodeLinuxInstall$ 

Scripts

// Good Luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment