initial commit
This commit is contained in:
parent
8f0e35ccdd
commit
313b0a957c
1 changed files with 5 additions and 2 deletions
|
@ -7,5 +7,8 @@ cd tmp_install || exit
|
||||||
wget https://github.com/asandikci/iflbot-setup/archive/refs/heads/main.tar.gz
|
wget https://github.com/asandikci/iflbot-setup/archive/refs/heads/main.tar.gz
|
||||||
tar -xzvf main.tar.gz
|
tar -xzvf main.tar.gz
|
||||||
cd iflbot-setup-main || exit
|
cd iflbot-setup-main || exit
|
||||||
bash prerequisites.sh
|
cd src || exit
|
||||||
bash applications.sh
|
chmod +x prerequisites.sh
|
||||||
|
chmod +x applications.sh
|
||||||
|
bash .prerequisites.sh
|
||||||
|
bash .applications.sh
|
||||||
|
|
Loading…
Reference in a new issue