Update install.sh

removed fail out as if the zip file is removed it will fail out, so best to leave it out, not been reports of issues which require this
This commit is contained in:
dinger1986
2023-07-21 13:19:27 +01:00
committed by GitHub
parent 6b4a2b75bb
commit 8232f56757

View File

@@ -1,8 +1,5 @@
#!/bin/bash
# If any command fails, fail out
set -e
# Many things here need root access, so verify user is root
# If not, fail out and give an explanation
if [ $(id -u) -ne 0 ]; then