Skip to content

Commit

Permalink
Update vscode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Apr 30, 2024
1 parent fcf7318 commit 45c5382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Icon=/opt/VSCode-linux-x64/vscode.svg
""" | ${SUDO} tee /opt/VSCode-linux-x64/vscode.desktop >/dev/null \
&& ${SUDO} ln -fs /opt/VSCode-linux-x64/vscode.desktop /usr/share/applications/code.desktop \
&& ${SUDO} ln -fs /opt/VSCode-linux-x64/code /usr/local/bin/code \
&& ${SUDO} ln -fs /opt/VSCode-linux-x64/code-tunnel /usr/local/bin/code-tunnel \
&& echo "install vscode latest success"
}

Expand Down

0 comments on commit 45c5382

Please sign in to comment.