From 3e4ed548615806721457a617c7ba6334c66ed713 Mon Sep 17 00:00:00 2001 From: Casey Brookes <58667871+caseybrookes@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:16:05 -0500 Subject: [PATCH] fix(chrome): remove old chrome.deb before update --- src/install_env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install_env.sh b/src/install_env.sh index 53862bb..65b8531 100644 --- a/src/install_env.sh +++ b/src/install_env.sh @@ -5,7 +5,8 @@ sudo apt install vim -y # note: ~/.zshrc already defines that this is defaulta ######################### ## install chrome -######################### +######################### +rm ~/Downloads/google-chrome-stable_current_amd64.deb; wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -P ~/Downloads; sudo dpkg -i ~/Downloads/google-chrome-stable_current_amd64.deb; google-chrome; # open it; set it as your defualt