Skip to content

Commit

Permalink
Confirm that Shellcheck fires up
Browse files Browse the repository at this point in the history
  • Loading branch information
anavarre committed Jun 13, 2024
1 parent 266668c commit 15df5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/app-chrome.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

cd /tmp
cd /tmp || exit
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
Expand Down

0 comments on commit 15df5ef

Please sign in to comment.