From b7767a095efc079215bd9eb29c4b3ecf452d16c8 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Wed, 19 Jul 2023 08:02:46 -0400 Subject: [PATCH] add google-chrome so in bin --- install/ubuntu/install-chrome | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 install/ubuntu/install-chrome diff --git a/install/ubuntu/install-chrome b/install/ubuntu/install-chrome new file mode 100755 index 0000000..582952d --- /dev/null +++ b/install/ubuntu/install-chrome @@ -0,0 +1,5 @@ +#!/bin/sh +wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +sudo apt install ./google-chrome-stable_current_amd64.deb + +