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