aboutsummaryrefslogtreecommitdiff
path: root/system/google-chrome-the-latest/README
diff options
context:
space:
mode:
authorAntonio Leal <antonioleal@yahoo.com>2022-12-02 13:56:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-03 09:09:23 +0700
commitb0e97ace99a6dfcb693191f53bdb0efe624cf3af (patch)
tree6114888085a058195f8612cbb75afe6945a32878 /system/google-chrome-the-latest/README
parent7ef099c66443f58e560197517e15fd2121e9e79a (diff)
downloadslackbuilds-b0e97ace99a6dfcb693191f53bdb0efe624cf3af.tar.xz
system/google-chrome-the-latest: Added (Chrome Updater Script).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/google-chrome-the-latest/README')
-rw-r--r--system/google-chrome-the-latest/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/google-chrome-the-latest/README b/system/google-chrome-the-latest/README
new file mode 100644
index 000000000000..4c78aa1d5e38
--- /dev/null
+++ b/system/google-chrome-the-latest/README
@@ -0,0 +1,22 @@
+Maintaining an updated chrome browser on Slackware is now made
+easier with this small program, "google-chrome-the-latest".
+It is a simple python script that checks what is the latest
+version available and updates it on your Slackware box.
+
+It does this by parsing the web-page at
+https://www.whatismybrowser.com/guides/the-latest-version/chrome
+and comparing with the chrome version currently installed.
+
+Chrome is downloaded directly from Google and converted to txz
+using the standard rpm2txz command.
+
+You can run this script manually or automatically with the
+provided cron.hourly script.
+This cron script will attempt to identify which user to notify,
+otherwise you can force the variable to USERNAME=’your username’
+
+Normally it is asked if you want to install new version, but
+providing the argument "silent" will just update with no
+human intervention.
+
+This package installs to /opt/google-chrome-the-latest