aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/update
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-25 05:39:15 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-25 05:39:15 -0500
commit79f8a9e68acc992c15d72e7983d06efe416c90ee (patch)
tree8f29ea52f4d1a19c779e802135c423bb2803df31 /update
parent88b0c67db2368553254a5a8f34780bcd2e6b9b74 (diff)
revert: removed install from update script
Diffstat (limited to 'update')
-rwxr-xr-xupdate4
1 files changed, 0 insertions, 4 deletions
diff --git a/update b/update
index 58d68fd..7aa09fc 100755
--- a/update
+++ b/update
@@ -3,7 +3,3 @@
cd "$(cd $(dirname "$(readlink -fm "$0")") && git rev-parse --show-toplevel)"
git pull
-
-if [[ $(git rev-parse HEAD) != $(git rev-parse @{u}) ]]; then
- ./install
-fi