install chromium-sandbox

master
TomasM 2019-11-17 09:59:33 +00:00
parent e552cf09c6
commit 81dfba7480
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ "$1" = "chromium" ]; then
ABOUT="Chromium is a free and open source version of
the famous Chrome browser, developed by Google."
EXECUTABLE="/usr/bin/chromium"
INSTALL="apt install --yes chromium"
INSTALL="apt install --yes chromium chromium-sandbox"
POSTINSTALL="rm -f /usr/share/applications/chromium.desktop"
GUEST=true
fi