From 060551a8c4888fe83b6d622cf646a34b25912413 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 19 Feb 2018 09:48:23 +0100 Subject: [PATCH] Temporarily move old update-profile script to avoid sudden syntax errs. --- home/bin/update-profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/bin/update-profile b/home/bin/update-profile index c6a3782..8ec696c 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -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"