From 9538ac4f93c12363d8a24febcd2d1253902e1a2f Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Thu, 2 Jan 2025 09:40:27 +0700 Subject: [PATCH] [ci] Run format shell script Signed-off-by: Viet Nguyen Duc --- NodeFirefox/install-firefox-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeFirefox/install-firefox-package.sh b/NodeFirefox/install-firefox-package.sh index 5f0bed092..e28f1e19b 100755 --- a/NodeFirefox/install-firefox-package.sh +++ b/NodeFirefox/install-firefox-package.sh @@ -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}"