Last active
August 15, 2019 07:12
-
-
Save coenraadhuman/6227b700ebe97e6380d27516f576ad56 to your computer and use it in GitHub Desktop.
Install, Open Chromium in Manjaro Live USB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo pacman -S snapd --noconfirm | |
sudo systemctl restart snapd.service | |
sudo snap install chromium | |
/snap/bin/chromium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -sSL https://gist.github.com/coenraadhuman/6227b700ebe97e6380d27516f576ad56/raw/5536a00cceefe220609e32aedfd6f582b22836f2/chromium-snap-arch.sh | bash