Files
zapret.installer-Snowy-Fluffy/installer.sh

14 lines
337 B
Bash
Raw Normal View History

2024-12-24 21:39:52 +03:00
#!/bin/bash
if [ ! -d /tmp/zapret.installer/ ]; then
2025-03-20 15:10:32 +03:00
cd /tmp || exit
2025-03-20 04:05:10 +03:00
git clone https://github.com/Snowy-Fluffy/zapret.installer.git
fi
2025-03-20 15:28:30 +03:00
if [[ -d /tmp/zapret.installer/ ]]; then
cd /tmp/zapret.installer/ && git pull
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