Skip to content

Instantly share code, notes, and snippets.

@RayBB
Created September 8, 2018 17:56
Show Gist options
  • Save RayBB/a367acb785bc2bddb4ca4ccf1c063716 to your computer and use it in GitHub Desktop.
Save RayBB/a367acb785bc2bddb4ca4ccf1c063716 to your computer and use it in GitHub Desktop.
Update Google Chrome (and Beta) on Solus
#!/bin/bash
# This is a script ot update chrome and chrome beta on Solus without using the software center
eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/network/web/browser/google-chrome-stable/pspec.xml
eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/network/web/browser/google-chrome-beta/pspec.xml
eopkg it google-chrome-*.eopkg;sudo rm google-chrome-*.eopkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment