Andras has problems with this.

pull/3/head
Cédric Bonhomme 2018-01-25 09:00:10 +01:00
parent 90c12fd404
commit 7ff69c43da
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 7 additions and 7 deletions

View File

@ -88,13 +88,13 @@ PHP_INI=/etc/php/7.0/apache2/php.ini
echo "--- Installing MISP… ---"
echo "--- Configuring GRUB ---"
for key in GRUB_CMDLINE_LINUX
do
sudo sed -i "s/^\($key\)=.*/\1=\"$(eval echo \${$key})\"/" $DEFAULT_GRUB
done
sudo grub-mkconfig -o /boot/grub/grub.cfg
# echo "--- Configuring GRUB ---"
#
# for key in GRUB_CMDLINE_LINUX
# do
# sudo sed -i "s/^\($key\)=.*/\1=\"$(eval echo \${$key})\"/" $DEFAULT_GRUB
# done
# sudo grub-mkconfig -o /boot/grub/grub.cfg
echo "--- Updating packages list ---"
sudo apt-get -qq update