Merge branch 'main' of git.getcryst.al:crystal/citrine

dialog
Matt C 3 years ago
commit 5c0d5e9b08

@ -109,6 +109,10 @@ echo >> /etc/sudoers
echo "# Enabled by Crystalinstall" >> /etc/sudoers echo "# Enabled by Crystalinstall" >> /etc/sudoers
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
echo >> /etc/sudoers
echo "# Enabled by Crystalinstall" >> /etc/sudoers
echo "Defaults pwfeedback" >> /etc/sudoers
if [[ -f /efimode ]]; then if [[ -f /efimode ]]; then
rm /efimode rm /efimode
grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=Crystal grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=Crystal

Loading…
Cancel
Save