/auto-update-vscode

directly deb download for ubuntu

Primary LanguageShell

runme
id version
01HQ22CGXF9FGM010311TPQQMZ
v3

run

bash update.sh
# vi ~/.bashrc or what you using shell lang 
vi ~/.zshrc 
## add alias
alias update-vscode="bash ~/{project-repo-loc}/auto-update-vscode/update.sh"
# source ~/.bashrc or what you using shell lang 
source ~/.zshrc