Skip to content

Commit

Permalink
Better Chromium: ctrl+s
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed May 8, 2024
1 parent a1b70cd commit 07b9610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Better Chromium/install
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Pin-Priority: -1' | sudo tee /etc/apt/preferences.d/pi-apps-coders-chromium >/de
fi
# add apparmor profile if needed
if sysctl kernel.apparmor_restrict_unprivileged_userns | grep -q 1 ; then
echo "# This profile allows everything and only exists to give the
echo '# This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"
abi <abi/4.0>,
Expand All @@ -109,7 +109,7 @@ profile chromium-browser /usr/lib/chromium-browser/chromium-browser flags=(uncon
# Site-specific additions and overrides. See local/README for details.
include if exists <local/chromium-browser>
}
" | sudo tee /etc/apparmor.d/chromium-browser >/dev/null
' | sudo tee /etc/apparmor.d/chromium-browser >/dev/null
sudo systemctl restart apparmor.service
fi
fi
Expand Down

0 comments on commit 07b9610

Please sign in to comment.