mirror of
https://github.com/Snowy-Fluffy/zapret.installer.git
synced 2025-12-10 19:13:04 +03:00
6 lines
126 B
Bash
6 lines
126 B
Bash
#!/bin/bash
|
|
cd /tmp
|
|
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
|
|
cd zapret.installer
|
|
bash zapret-control.sh
|