grubc rename
This commit is contained in:
parent
6d7719d568
commit
3c87f837eb
15
install/grub-customizer
Executable file
15
install/grub-customizer
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
##makedesc: Install grub-customizer (latest + ppa)
|
||||
source `dirname $0`/../helpers || exit 255
|
||||
|
||||
title
|
||||
|
||||
sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer && \
|
||||
sudo apt install -y --autoremove grub-customizer
|
||||
|
||||
[ $? = 0 ] && {
|
||||
echo
|
||||
success "grub-customizer installed!"
|
||||
grub-customizer -v
|
||||
echo
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
##makedesc: Install grub-customizer (latest) + ppa
|
||||
|
||||
echo
|
||||
echo "==============================================="
|
||||
echo "Installing grub-customizer (latest)..."
|
||||
echo "==============================================="
|
||||
echo
|
||||
|
||||
sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer
|
||||
sudo apt install -y --autoremove grub-customizer
|
Loading…
Reference in New Issue
Block a user