mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 16:44:26 -04:00
autodetect common chrome binary locations
This commit is contained in:
parent
8a13ca449d
commit
5b6c768a47
2 changed files with 23 additions and 4 deletions
|
@ -25,7 +25,6 @@ if which apt-get > /dev/null; then
|
|||
echo "[i] You already have google-chrome installed, if you would like to download chromium-browser instead (they work pretty much the same), follow the Manual Setup instructions"
|
||||
echo "[+] Linking $(which google-chrome) -> /usr/bin/chromium-browser (press enter to continue, or Ctrl+C to cancel...)"
|
||||
read
|
||||
sudo ln -s "$(which google-chrome)" /usr/bin/chromium-browser
|
||||
elif which chromium-browser; then
|
||||
echo "[i] chromium-browser already installed, using existing installation."
|
||||
chromium-browser --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue