Fix bad update-profile.old fix.
parent
ea1f73dc62
commit
c02bd06699
|
@ -97,8 +97,8 @@ fi
|
||||||
|
|
||||||
echo "Running profile installation..."
|
echo "Running profile installation..."
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "${HOME}/.local/bin/update-profile" ]; then
|
if [ -f "${HOME}/bin/update-profile" ]; then
|
||||||
mv "${HOME}/.local/bin/update-profile" "${HOME}/bin/update-profile.old"
|
mv "${HOME}/bin/update-profile" "${HOME}/bin/update-profile.old"
|
||||||
fi
|
fi
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue