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