From 4a6b288952e3f2072f1a5ff719b9e52ab6bcd8aa Mon Sep 17 00:00:00 2001 From: TNE <2370061-TotallyNotElite@users.noreply.gitlab.com> Date: Tue, 20 Jul 2021 08:27:49 +0000 Subject: [PATCH] Bump version --- usr/bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/update b/usr/bin/update index 43e88bc..135bd3a 100755 --- a/usr/bin/update +++ b/usr/bin/update @@ -3,7 +3,7 @@ set -e # Run the "I'm too lazy to fix it myself all in one" script if [ "$1" == "remote" ]; then - exec sudo bash -c "VERSION=1 . <(wget -qO- https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-common-settings/-/snippets/2147440/raw/main/remote-update) \"$2\"" + exec sudo bash -c "VERSION=2 . <(wget -qO- https://gitlab.com/garuda-linux/themes-and-settings/settings/garuda-common-settings/-/snippets/2147440/raw/main/remote-update) \"$2\"" fi # Check for AUR helper