Skip to content

Commit 8628047

Browse files
Update install.sh
1 parent 1fbdc40 commit 8628047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ -f WarpScanner.py ]; then
5757
fi
5858
if [ -f WarpScanner.py ]; then
5959
first_line=$(head -n 1 WarpScanner.py)
60-
if [ "$first_line" != "V=70" ]; then
60+
if [ "$first_line" != "V=71" ]; then
6161
rm WarpScanner.py
6262
echo "Updating WarpScanner.py..."
6363
curl -fsSL -o WarpScanner.py https://raw.githubusercontent.com/arshiacomplus/WarpScanner/main/WarpScanner.py || { echo \"Failed to download WarpScanner.py. Exiting.\"; exit 1; }

0 commit comments

Comments
 (0)