Removing update-feature branch

This commit is contained in:
Félix Aime 2021-02-19 15:46:33 +01:00
parent 0b64402f74
commit a5f84f35de

View File

@ -7,7 +7,7 @@ fi
if [ $PWD = "/usr/share/tinycheck" ]; then
echo "[+] Cloning the current repository to /tmp/"
rm -rf /tmp/tinycheck/ &> /dev/null
cd /tmp/ && git clone --branch update-feature https://github.com/KasperskyLab/tinycheck
cd /tmp/ && git clone https://github.com/KasperskyLab/tinycheck
cd /tmp/tinycheck && bash update.sh
elif [ $PWD = "/tmp/tinycheck" ]; then