Temporarily move old update-profile script to avoid sudden syntax errs.
parent
a51d0ecbc5
commit
060551a8c4
|
@ -57,6 +57,9 @@ fi
|
||||||
|
|
||||||
echo "Running profile installation..."
|
echo "Running profile installation..."
|
||||||
cd ..
|
cd ..
|
||||||
|
mv "${HOME}/bin/update-profile" "${HOME}/bin/update-profile.old"
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
rm -f "${HOME}/bin/update-profile.old"
|
||||||
|
|
Loading…
Reference in New Issue