From: Silvio Rhatto Date: Tue, 16 Jan 2018 15:46:13 +0000 (-0200) Subject: Adds -y into apt command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aff2ee88e17a4ec984f5ce1b9311e060b8bb4eec;p=utils-x11.git Adds -y into apt command --- diff --git a/firefox-dev b/firefox-dev index ee6f057..d1c8134 100755 --- a/firefox-dev +++ b/firefox-dev @@ -26,7 +26,7 @@ if which flatpak &> /dev/null; then fi else # Install flatpak - sudo apt install flatpak + sudo apt install flatpak -y # Run this script again $0