There was an error while loading. Please reload this page.
1 parent 4abbb2a commit d980644Copy full SHA for d980644
1 file changed
site/src/main.ts
@@ -43,7 +43,7 @@ function insertAppArmorConfig() {
43
const apparmorscript = `
44
mkdir ~/Applications
45
46
-cat << 'EOF' > "/etc/apparmor.d/applications"
+cat << EOF | sudo tee "/etc/apparmor.d/applications"
47
abi <abi/4.0>,
48
include <tunables/global>
49
0 commit comments