mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 03:55:02 +02:00
@eshanized pushed another commit via script 🔥🔥🔥
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user