From 340c65178e20294aa95aae5a2cb4be8567307143 Mon Sep 17 00:00:00 2001 From: spekulaas Date: Mon, 27 Sep 2021 02:06:05 +0200 Subject: [PATCH] added chrome install --- README.md | 4 ++-- src/applications/chrome.sh | 2 ++ src/applicationsTODO/chromium.sh | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 src/applications/chrome.sh delete mode 100644 src/applicationsTODO/chromium.sh diff --git a/README.md b/README.md index 690a5c6..a854207 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Installify is a Bash shell script to download new software and applications. ## Applications & Software * Android Studio (TO-DO) * Bootstrap Studio -* Chromium (TO-DO) +* Chrome * Defold (TO-DO) -* Discord +* Discord (TO-DO) * Docker * Firefox * Gcc diff --git a/src/applications/chrome.sh b/src/applications/chrome.sh new file mode 100644 index 0000000..7c31bff --- /dev/null +++ b/src/applications/chrome.sh @@ -0,0 +1,2 @@ +sudo -u $SUDO_USER wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +sudo dpkg -i google-chrome-stable_current_amd64.deb \ No newline at end of file diff --git a/src/applicationsTODO/chromium.sh b/src/applicationsTODO/chromium.sh deleted file mode 100644 index ab7f24c..0000000 --- a/src/applicationsTODO/chromium.sh +++ /dev/null @@ -1,2 +0,0 @@ -sudo apt-get update -sudo apt install chromium -y \ No newline at end of file