Initial commit v3

This commit is contained in:
William 2021-01-31 12:45:03 +01:00
parent 470fff95c6
commit 364ac06647
1 changed files with 7 additions and 4 deletions

View File

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