Initial commit v4

This commit is contained in:
William 2021-01-31 12:46:54 +01:00
parent 757fad5f79
commit 4d74ec3a49
1 changed files with 0 additions and 3 deletions

View File

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