@eshanized pushed another commit via script 🔥🔥🔥

This commit is contained in:
2024-03-11 14:16:23 +05:30
parent a64dd99705
commit 9845da7935
2 changed files with 0 additions and 3 deletions

View File

@@ -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"

View File

@@ -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