Корректировка grub-customizer

This commit is contained in:
Anthony Axenov 2022-01-08 14:23:20 +08:00
parent 8f990dfd3e
commit 0cbc526452
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -1,6 +1,9 @@
#!/bin/bash #!/bin/bash
. "../src/01-common.sh" || exit 5 echo
title "Installing grub-customizer..." echo "==============================================="
echo "Installing grub-customizer..."
echo "==============================================="
echo
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo add-apt-repository ppa:danielrichter2007/grub-customizer
apti grub-customizer sudo apt install -y --autoremove grub-customizer