mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-22 01:21: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
|
EOF
|
||||||
|
|
||||||
# Enanble AppArmor notifications
|
# 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]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=AppArmor Notify
|
Name=AppArmor Notify
|
||||||
|
Loading…
Reference in New Issue
Block a user