fix script location in install-by-curl.sh

This commit is contained in:
ebbit1q 2021-06-22 23:16:21 +02:00 committed by Rafael Mardojai CM
parent 2cd2a348ed
commit 67c659937b
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ rm $FILENAME
chmod +x scripts/auto-install.sh
./auto-install.sh
./scripts/auto-install.sh
if [ -d "$FOLDERPATH" ]; then rm -Rf $FOLDERPATH; fi