Temporarily move old update-profile script to avoid sudden syntax errs.

master
Icedream 2018-02-19 09:48:23 +01:00
parent a51d0ecbc5
commit 060551a8c4
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ fi
echo "Running profile installation..."
cd ..
mv "${HOME}/bin/update-profile" "${HOME}/bin/update-profile.old"
./install.sh
)
rm -f "${HOME}/bin/update-profile.old"