add apparmor parameters to grub

This commit is contained in:
desolate
2026-06-01 12:33:20 +03:00
parent fa4b94ee34
commit 3337df5150
3 changed files with 29 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
if [ -e /etc/default/grub ]; then
sudo rm /etc/default/grub
fi
install_dotfiles "/" "$DOTFILES_DIR" "grub"