From 364ac0664799c2203f7c190028ab2c5082d968e4 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 31 Jan 2021 12:45:03 +0100 Subject: [PATCH] Initial commit v3 --- install.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 29fb4ee..e96a7ec 100644 --- a/install.sh +++ b/install.sh @@ -8,10 +8,13 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -#apt update && apt -y install git wine setserial && -#cd /opt/ && -#git clone $GIT_REPO && -#cd $GIT_NAME && +echo "Test" +exit 1 + +apt update && apt -y install git wine setserial && +cd /opt/ && +git clone $GIT_REPO && +cd $GIT_NAME &&