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 314ea99 commit b96606bCopy full SHA for b96606b
install/desktop/app-chrome.sh
@@ -1,6 +1,7 @@
1
# Browse the web with the most popular browser. See https://www.google.com/chrome/
2
if [ "$(dpkg --print-architecture)" = "arm64" ]; then
3
sudo apt install -y chromium-browser
4
+ xdg-settings set default-web-browser chromium-browser.desktop
5
else
6
cd /tmp
7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
0 commit comments