diff --git a/Slax/debian10/modules/03-desktop/rootcopy/usr/bin/fbliveapp b/Slax/debian10/modules/03-desktop/rootcopy/usr/bin/fbliveapp index b8c28c5..858d4f9 100755 --- a/Slax/debian10/modules/03-desktop/rootcopy/usr/bin/fbliveapp +++ b/Slax/debian10/modules/03-desktop/rootcopy/usr/bin/fbliveapp @@ -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