Skip to content

Instantly share code, notes, and snippets.

@coenraadhuman
Last active August 15, 2019 07:12
Show Gist options
  • Save coenraadhuman/6227b700ebe97e6380d27516f576ad56 to your computer and use it in GitHub Desktop.
Save coenraadhuman/6227b700ebe97e6380d27516f576ad56 to your computer and use it in GitHub Desktop.
Install, Open Chromium in Manjaro Live USB
#!/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