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