From 4d74ec3a4907f54586664b32cbbc44313480493f Mon Sep 17 00:00:00 2001 From: William Date: Sun, 31 Jan 2021 12:46:54 +0100 Subject: [PATCH] Initial commit v4 --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index e96a7ec..76e5bd8 100644 --- a/install.sh +++ b/install.sh @@ -8,9 +8,6 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -echo "Test" -exit 1 - apt update && apt -y install git wine setserial && cd /opt/ && git clone $GIT_REPO &&