We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e12e6 commit a75bbc3Copy full SHA for a75bbc3
scripts/runtime/runner.sh
@@ -14,7 +14,7 @@ if [ -z "$URLS" ]; then
14
exit 0
15
fi
16
17
-chromium-browser \
+chromium \
18
$URLS \
19
--disable-component-update \
20
--disable-composited-antialiasing \
scripts/setup/install.sh
@@ -15,9 +15,9 @@ fi
msg "$SUCCESS" "Target user identified as '$PI_USER'."
# 2. INSTALL RUNTIME DEPENDENCIES
-msg "$INFO" "Installing runtime dependencies (wtype, chromium-browser)..."
+msg "$INFO" "Installing runtime dependencies (wtype, chromium)..."
apt-get update
-apt-get install -y wtype chromium-browser
+apt-get install -y wtype chromium
21
22
# 3. INSTALL BINARY
23
msg "$INFO" "Installing PiOSK binary..."
0 commit comments