From c4b7df788da10ef21e65d7fb1aa98e13621c5879 Mon Sep 17 00:00:00 2001 From: Rafid Bin Mostofa Date: Sun, 11 Sep 2022 02:53:57 +0600 Subject: [PATCH] Will remove Google Chrome deb after installing --- scripts/google_chrome.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/google_chrome.sh b/scripts/google_chrome.sh index 207802d..6f63838 100644 --- a/scripts/google_chrome.sh +++ b/scripts/google_chrome.sh @@ -1,3 +1,5 @@ echo "Installing Google Chrome.." + wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb dpkg -i google-chrome-stable_current_amd64.deb +rm -v google-chrome-stable_current_amd64.deb