mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 20:14:59 +02:00
@eshanized pushed another commit via script 🔥🔥🔥
This commit is contained in:
@@ -106,4 +106,14 @@ do_update(){
|
|||||||
else
|
else
|
||||||
$PACMAN "${pacman_args[@]}"
|
$PACMAN "${pacman_args[@]}"
|
||||||
fi
|
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"
|
||||||
|
rm /var/lib/snigdhaos/tmp/update_notices
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user