iflbot-setup/install.sh

16 lines
330 B
Bash
Raw Normal View History

2022-10-10 21:08:58 +03:00
#!/bin/bash
# installation script
2022-10-26 22:42:13 +03:00
cd || exit
mkdir tmp_install
cd tmp_install || exit
wget https://github.com/asandikci/iflbot-setup/archive/refs/heads/main.tar.gz
tar -xzvf main.tar.gz
cd iflbot-setup-main || exit
2022-10-26 22:45:26 +03:00
cd src || exit
2022-10-26 22:47:42 +03:00
ls
2022-10-26 22:45:26 +03:00
chmod +x prerequisites.sh
chmod +x applications.sh
bash .prerequisites.sh
bash .applications.sh