Last active
October 9, 2024 09:19
-
-
Save rajivmehtaflex/aa9975e92049d2bfa62264eee4397fe9 to your computer and use it in GitHub Desktop.
Remote-Tunneling setup for vscode server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update && apt dist-upgrade -y && apt install curl htop neofetch git watch wget nano tmux tree jq -y | |
curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz | |
tar -xf vscode_cli.tar.gz | |
chmod +x code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update && sudo apt dist-upgrade -y && sudo apt install curl htop neofetch git watch wget nano tmux jq tree -y | |
curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz | |
tar -xf vscode_cli.tar.gz | |
chmod +x code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment