Changes for prod

This commit is contained in:
Félix Aime 2021-02-19 16:40:52 +01:00
parent 79f6c09cc9
commit ee1f89e45f

View File

@ -7,7 +7,7 @@ fi
if [ $PWD = "/usr/share/tinycheck" ]; then if [ $PWD = "/usr/share/tinycheck" ]; then
echo "[+] Cloning the current repository to /tmp/" echo "[+] Cloning the current repository to /tmp/"
rm -rf /tmp/tinycheck/ &> /dev/null 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 cd /tmp/tinycheck && bash update.sh
elif [ $PWD = "/tmp/tinycheck" ]; then elif [ $PWD = "/tmp/tinycheck" ]; then