Temporarily move old update-profile script to avoid sudden syntax errs.
parent
a51d0ecbc5
commit
060551a8c4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue