mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-24 22:19:28 +02:00
10 lines
179 B
TOML
10 lines
179 B
TOML
packages = ["pamac-gtk", "pamac-snap-plugin", "pamac-flatpak-plugin"]
|
|
script = """
|
|
set -exu
|
|
|
|
systemctl enable apparmor
|
|
systemctl enable snapd.apparmor
|
|
systemctl enable snapd
|
|
"""
|
|
|