Skip to content

Commit d980644

Browse files
committed
fix(site): update script for appimage
1 parent 4abbb2a commit d980644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function insertAppArmorConfig() {
4343
const apparmorscript = `
4444
mkdir ~/Applications
4545
46-
cat << 'EOF' > "/etc/apparmor.d/applications"
46+
cat << EOF | sudo tee "/etc/apparmor.d/applications"
4747
abi <abi/4.0>,
4848
include <tunables/global>
4949

0 commit comments

Comments
 (0)