Skip to content

Commit

Permalink
Fix temp deb file name
Browse files Browse the repository at this point in the history
Removing the extra `d` from the end of temp file name
  • Loading branch information
grijeshsaini authored Dec 4, 2023
1 parent b92c8f8 commit 9f31e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/installScripts/chrome/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ apt-get update
apt-get install -f -y /usr/src/google-chrome-stable_current_amd64.deb

# remove temp download
rm -f /usr/src/google-chrome-stable_current_amd64.debd
rm -f /usr/src/google-chrome-stable_current_amd64.deb

0 comments on commit 9f31e16

Please sign in to comment.