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 | |
# latest-chrome Version 1.3.3 | |
# This script will find the latest Google Chrome binary package, | |
# download it and repackage it into Slackware format. | |
# I don't use Chrome for regular browsing but it is handy for | |
# comparative tests against Vivaldi. :P | |
# Copyright 2016 Ruari Oedegaard, Oslo, Norway |