Skip to content

Commit a75bbc3

Browse files
authored
fix(deps): update chromium-browser to chromium (#133)
1 parent 89e12e6 commit a75bbc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/runtime/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -z "$URLS" ]; then
1414
exit 0
1515
fi
1616

17-
chromium-browser \
17+
chromium \
1818
$URLS \
1919
--disable-component-update \
2020
--disable-composited-antialiasing \

scripts/setup/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ fi
1515
msg "$SUCCESS" "Target user identified as '$PI_USER'."
1616

1717
# 2. INSTALL RUNTIME DEPENDENCIES
18-
msg "$INFO" "Installing runtime dependencies (wtype, chromium-browser)..."
18+
msg "$INFO" "Installing runtime dependencies (wtype, chromium)..."
1919
apt-get update
20-
apt-get install -y wtype chromium-browser
20+
apt-get install -y wtype chromium
2121

2222
# 3. INSTALL BINARY
2323
msg "$INFO" "Installing PiOSK binary..."

0 commit comments

Comments
 (0)