Files
zapret.installer/installer.sh

10 lines
242 B
Bash
Raw Normal View History

2024-12-24 21:39:52 +03:00
#!/bin/bash
if [ ! -d /tmp/zapret.installer/ ]; then
cd /tmp
2025-03-20 04:05:10 +03:00
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
fi
cd /tmp/zapret.installer || exit
2025-03-20 03:56:24 +03:00
chmod +x zapret-control.sh
2025-03-20 04:05:10 +03:00
bash /tmp/zapret.installer/zapret-control.sh