Skip to content

Commit 516753b

Browse files
Update install.sh
1 parent d0d9b63 commit 516753b

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

core/install.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,10 @@ if ! test -f $base; then
5151
rm -R $base
5252
fi
5353

54-
git clone --recursive-submodules https://github.com/JustinTimperio/warp-cli.git $base
54+
git clone https://github.com/JustinTimperio/warp-cli.git $base
5555

5656
# Link to /usr/bin
57-
if test -f /usr/bin/warp; then
58-
rm /usr/bin/warp
59-
fi
60-
ln -s $base/core/warp.py /usr/bin/warp
57+
ln -sf $base/core/warp.py /usr/bin/warp
6158

6259
#################################
6360
# Manual Build of WDT and Libs
@@ -106,6 +103,4 @@ make install
106103
echo ''
107104
echo '===================================='
108105
echo ''
109-
110-
ln -sf $base/core/warp.py /usr/bin/warp
111106
warp -v

0 commit comments

Comments
 (0)