Skip to content

Commit

Permalink
merge both install methods for app-vscode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Sep 28, 2024
1 parent cd013f7 commit 1618bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install/desktop/app-vscode.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cd /tmp
<<<<<<< HEAD

if [[ -z $UTILS_SOURCED ]]; then
source ~/.local/share/omakub/utils.sh
Expand Down Expand Up @@ -34,5 +33,4 @@ elif wget -O code.deb "https://code.visualstudio.com/sha/download?build=stable&o
else
cd -
false
fi

fi

0 comments on commit 1618bb3

Please sign in to comment.