We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509ee25 commit 3737a42Copy full SHA for 3737a42
install/app-chrome.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-cd /tmp
+cd /tmp || exit
4
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
5
sudo apt install -y ./google-chrome-stable_current_amd64.deb
6
rm google-chrome-stable_current_amd64.deb
0 commit comments