We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbdc40 commit 8628047Copy full SHA for 8628047
install.sh
@@ -57,7 +57,7 @@ if [ -f WarpScanner.py ]; then
57
fi
58
if [ -f WarpScanner.py ]; then
59
first_line=$(head -n 1 WarpScanner.py)
60
- if [ "$first_line" != "V=70" ]; then
+ if [ "$first_line" != "V=71" ]; then
61
rm WarpScanner.py
62
echo "Updating WarpScanner.py..."
63
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