2024-12-24 21:39:52 +03:00
|
|
|
#!/bin/bash
|
2025-03-20 03:53:56 +03:00
|
|
|
cd /tmp
|
|
|
|
|
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
|
|
|
|
|
cd zapret.installer
|
2025-03-20 03:56:24 +03:00
|
|
|
chmod +x zapret-control.sh
|
2025-03-20 03:53:56 +03:00
|
|
|
bash zapret-control.sh
|