We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a62c6a commit 9538ac4Copy full SHA for 9538ac4
NodeFirefox/install-firefox-package.sh
@@ -30,7 +30,7 @@ if [[ "${FIREFOX_DOWNLOAD_URL}" == *".deb"* ]]; then
30
sudo apt-get install -y --allow-downgrades -f /tmp/firefox.deb
31
rm -f /tmp/firefox.deb
32
if [ $FIREFOX_VERSION = "-beta" ] || [ $FIREFOX_VERSION = "-nightly" ] || [ $FIREFOX_VERSION = "-devedition" ] || [ $FIREFOX_VERSION = "-esr" ]; then
33
- sudo ln -fs $(which firefox${FIREFOX_VERSION}) /usr/bin/firefox ; \
+ sudo ln -fs $(which firefox${FIREFOX_VERSION}) /usr/bin/firefox
34
fi
35
elif [[ "${FIREFOX_DOWNLOAD_URL}" == *".tar.bz2"* ]]; then
36
echo "Downloading Firefox from ${FIREFOX_DOWNLOAD_URL}"
0 commit comments