From 5a5ff05b549a47bb5f0eeba04c6833ba23e175a2 Mon Sep 17 00:00:00 2001 From: 0x3xplt1 Date: Mon, 2 Mar 2026 19:03:28 +0200 Subject: [PATCH] Update install.sh to find python2 system path and update the shebang of the gopherus.py --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 96408f2..597b0bb 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ #!/bin/bash +sed "1s|.*|#!$(which python2)|" gopherus.py > tmp && mv tmp gopherus.py python2 -m pip install argparse python2 -m pip install requests chmod +x gopherus.py