Skip to content

Commit b96606b

Browse files
committed
Set chromium as default browser
1 parent 314ea99 commit b96606b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/desktop/app-chrome.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Browse the web with the most popular browser. See https://www.google.com/chrome/
22
if [ "$(dpkg --print-architecture)" = "arm64" ]; then
33
sudo apt install -y chromium-browser
4+
xdg-settings set default-web-browser chromium-browser.desktop
45
else
56
cd /tmp
67
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

0 commit comments

Comments
 (0)