We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d9b63 commit 516753bCopy full SHA for 516753b
1 file changed
core/install.sh
@@ -51,13 +51,10 @@ if ! test -f $base; then
51
rm -R $base
52
fi
53
54
-git clone --recursive-submodules https://github.com/JustinTimperio/warp-cli.git $base
+git clone https://github.com/JustinTimperio/warp-cli.git $base
55
56
# 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
+ln -sf $base/core/warp.py /usr/bin/warp
61
62
#################################
63
# Manual Build of WDT and Libs
@@ -106,6 +103,4 @@ make install
106
103
echo ''
107
104
echo '===================================='
108
105
109
-
110
-ln -sf $base/core/warp.py /usr/bin/warp
111
warp -v
0 commit comments