-
Notifications
You must be signed in to change notification settings - Fork 904
Closed
Description
Running sudo ./setup.sh outputs:
[*] ╔══════════════════════════════════════════════════════════════╗
[*] ║ EyeWitness Setup (Virtual Environment) ║
[*] ║ ║
[*] ║ Production-ready installation using Python virtual ║
[*] ║ environments to avoid PEP 668 and system conflicts ║
[*] ╚══════════════════════════════════════════════════════════════╝
[+] Running with root privileges
[*] Detecting system information...
./setup.sh: line 54: VERSION_ID: unbound variableFix by changing
Line 54 in 68fead0
| OS_VERSION="$VERSION_ID" |
to
OS_VERSION="$(uname -r)"