mirror of
https://github.com/Snowy-Fluffy/zapret.installer.git
synced 2026-07-15 21:59:24 +03:00
script update + added middle script
This commit is contained in:
12
installer.sh
12
installer.sh
@@ -1,6 +1,10 @@
|
||||
|
||||
#!/bin/bash
|
||||
cd /tmp
|
||||
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
|
||||
cd zapret.installer
|
||||
if [[ ! -d /tmp/zapret.installer/ ]]; then
|
||||
cd /tmp
|
||||
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
|
||||
fi
|
||||
cd /tmp/zapret.installer
|
||||
chmod +x zapret-control.sh
|
||||
bash zapret-control.sh
|
||||
bash /tmp/zapret.installer/zapret-control.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user