From 7f7108c2658b80d82ba5eae31baebb4e967431a9 Mon Sep 17 00:00:00 2001 From: Kitty Cat Date: Tue, 15 Sep 2020 00:41:13 -0400 Subject: [PATCH] add update script --- update | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 update diff --git a/update b/update new file mode 100755 index 0000000..a5a01ad --- /dev/null +++ b/update @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Switch to the dotfiles directory (assuming this script is in there) +cd "$(dirname "$0")" + +git pull +git submodule update --remote +betterdiscordctl upgrade +betterdiscordctl update +betterdiscordctl reinstall