mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-21 09:01:34 -05:00
Fixed apparmor-notify config file path
This commit is contained in:
parent
981336e025
commit
3005d42b2b
@ -342,7 +342,7 @@ arch-chroot /mnt /bin/bash -e <<EOF
|
||||
EOF
|
||||
|
||||
# Enanble AppArmor notifications
|
||||
bash -c 'cat > /home/${USER}/.config/autostart/apparmor-notify.desktop' <<-'EOF'
|
||||
bash -c 'cat > /mnt/home/${USER}/.config/autostart/apparmor-notify.desktop' <<-'EOF'
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=AppArmor Notify
|
||||
|
Loading…
Reference in New Issue
Block a user