update debian 11
parent
50cee84a04
commit
6eaa15a0d4
|
@ -20,6 +20,7 @@ galaxy_info:
|
|||
- 8
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
|
||||
galaxy_tags:
|
||||
- linux
|
||||
|
|
|
@ -9,7 +9,7 @@ undim="\e[0m"
|
|||
|
||||
if [ -f /var/run/reboot-required ]; then
|
||||
echo
|
||||
echo -e "${red}<<================= REBOOT REQUIRED =====================>"
|
||||
echo -e "${red}<<================= ${green}REBOOT REQUIRED${red} =====================>"
|
||||
echo
|
||||
echo -e "${white}Packages causing reboot:${dim}"
|
||||
cat -n /var/run/reboot-required.pkgs
|
||||
|
|
Loading…
Reference in New Issue