Skip to content

Commit

Permalink
Fix app-chrome.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anavarre committed Jun 12, 2024
1 parent cfda931 commit 509ee25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/app-chrome.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cd ~/Downloads || exit
cd /tmp
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ./google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
cd - || exit
cd - || exit

0 comments on commit 509ee25

Please sign in to comment.