Skip to content

Commit 3737a42

Browse files
committed
Confirm that Shellcheck fires up
1 parent 509ee25 commit 3737a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/app-chrome.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
cd /tmp
3+
cd /tmp || exit
44
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
55
sudo apt install -y ./google-chrome-stable_current_amd64.deb
66
rm google-chrome-stable_current_amd64.deb

0 commit comments

Comments
 (0)