From 9845da7935490b58c79b3c1dda64863eec904a0e Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Mon, 11 Mar 2024 14:16:23 +0530 Subject: [PATCH] =?UTF-8?q?@eshanized=20pushed=20another=20commit=20via=20?= =?UTF-8?q?script=20=F0=9F=94=A5=F0=9F=94=A5=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/snigdhaos-updater/core-script | 2 -- common/snigdhaos-updater/snigdhaos-updater | 1 - 2 files changed, 3 deletions(-) diff --git a/common/snigdhaos-updater/core-script b/common/snigdhaos-updater/core-script index 7f6fc3fe..fe0dcb71 100644 --- a/common/snigdhaos-updater/core-script +++ b/common/snigdhaos-updater/core-script @@ -111,8 +111,6 @@ do_update(){ fi } -# Do you need to see changelog? Let's Program it....... - show_changelog(){ if [ -e "/var/log/snigdhaos/tmp/update_notices" ]; then echo -e "\033[0;96mUpdate:\n\033[0;96m$(gawk -F '\t' '{print $2}' /var/lib/snigdhaos/tmp/update_notices)\n\033[0m" diff --git a/common/snigdhaos-updater/snigdhaos-updater b/common/snigdhaos-updater/snigdhaos-updater index 93f51ab6..decbe860 100644 --- a/common/snigdhaos-updater/snigdhaos-updater +++ b/common/snigdhaos-updater/snigdhaos-updater @@ -46,7 +46,6 @@ if [ "$1" == "remote" ]; then exec bash -c "VERSION=6 . <(wget -qO- https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-pkgbuilds/master/common/snigdhaos-updater/remote) \"\$@\"" remote "${@:2}" fi - if [ -n "$PACMAN_EXE" ]; then PACMAN="$PACMAN_EXE" else