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 &&