Created
September 8, 2018 17:56
-
-
Save RayBB/a367acb785bc2bddb4ca4ccf1c063716 to your computer and use it in GitHub Desktop.
Update Google Chrome (and Beta) on Solus
This file contains hidden or 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 | |
# 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