Skip to content

Commit f49d555

Browse files
merge both install methods for app-vscode.sh
1 parent 411ea77 commit f49d555

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install/desktop/app-vscode.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cd /tmp
2-
<<<<<<< HEAD
32

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

0 commit comments

Comments
 (0)