Skip to content

Commit

Permalink
Update first
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 7, 2024
1 parent e6b0a8b commit bbbe676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/desktop/app-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft
rm -f packages.microsoft.gpg
cd -

sudo apt install code
sudo apt update -y
sudo apt install -y code

mkdir -p ~/.config/Code/User
cp ~/.local/share/omakub/configs/vscode.json ~/.config/Code/User/settings.json
Expand Down

0 comments on commit bbbe676

Please sign in to comment.