Skip to content

Commit

Permalink
[ci] Run format shell script
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Jan 2, 2025
1 parent 2a62c6a commit 9538ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeFirefox/install-firefox-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [[ "${FIREFOX_DOWNLOAD_URL}" == *".deb"* ]]; then
sudo apt-get install -y --allow-downgrades -f /tmp/firefox.deb
rm -f /tmp/firefox.deb
if [ $FIREFOX_VERSION = "-beta" ] || [ $FIREFOX_VERSION = "-nightly" ] || [ $FIREFOX_VERSION = "-devedition" ] || [ $FIREFOX_VERSION = "-esr" ]; then
sudo ln -fs $(which firefox${FIREFOX_VERSION}) /usr/bin/firefox ; \
sudo ln -fs $(which firefox${FIREFOX_VERSION}) /usr/bin/firefox
fi
elif [[ "${FIREFOX_DOWNLOAD_URL}" == *".tar.bz2"* ]]; then
echo "Downloading Firefox from ${FIREFOX_DOWNLOAD_URL}"
Expand Down

0 comments on commit 9538ac4

Please sign in to comment.