Initial commit v3
This commit is contained in:
parent
470fff95c6
commit
364ac06647
11
install.sh
11
install.sh
@ -8,10 +8,13 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#apt update && apt -y install git wine setserial &&
|
echo "Test"
|
||||||
#cd /opt/ &&
|
exit 1
|
||||||
#git clone $GIT_REPO &&
|
|
||||||
#cd $GIT_NAME &&
|
apt update && apt -y install git wine setserial &&
|
||||||
|
cd /opt/ &&
|
||||||
|
git clone $GIT_REPO &&
|
||||||
|
cd $GIT_NAME &&
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user