mirror of
https://github.com/Snowy-Fluffy/zapret.installer.git
synced 2025-12-12 01:10:09 +03:00
10 lines
242 B
Bash
Executable File
10 lines
242 B
Bash
Executable File
#!/bin/bash
|
|
if [ ! -d /tmp/zapret.installer/ ]; then
|
|
cd /tmp
|
|
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
|
|
fi
|
|
cd /tmp/zapret.installer || exit
|
|
chmod +x zapret-control.sh
|
|
bash /tmp/zapret.installer/zapret-control.sh
|
|
|