From 6cc705e7a3d709992e86e522876aa1d1a6b2bb18 Mon Sep 17 00:00:00 2001 From: serxoz Date: Fri, 8 Nov 2024 11:54:33 +0100 Subject: [PATCH] =?UTF-8?q?identaci=C3=B3s=20e=20comentarios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- set_firefox_config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/set_firefox_config.sh b/set_firefox_config.sh index e962e91..8a21a95 100755 --- a/set_firefox_config.sh +++ b/set_firefox_config.sh @@ -20,6 +20,7 @@ apt_firefox () { # agregase repo de mozilla add-apt-repository -y ppa:mozillateam/ppa + # pin para a version de snap do Firefox if [ ! -f /etc/apt/preferences.d/mozilla-firefox ]; then echo ' Package: * @@ -31,7 +32,7 @@ Pin: version 1:1snap* Pin-Priority: -1 ' | sudo tee /etc/apt/preferences.d/mozilla-firefox fi - fi + fi fi apt purge -y firefox