mirror of
https://github.com/Snowy-Fluffy/zapret.installer.git
synced 2025-12-18 01:10:43 +03:00
7 lines
153 B
Bash
7 lines
153 B
Bash
#!/bin/bash
|
|
cd /tmp
|
|
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
|
|
cd zapret.installer
|
|
chmod +x zapret-control.sh
|
|
bash zapret-control.sh
|