Skip to content

Commit 7d974be

Browse files
Update install.sh
1 parent 207a3f6 commit 7d974be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
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=69" ]; then
60+
if [ "$first_line" != "V=70" ]; 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)