diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index 920a202..cbf3f42 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -5,7 +5,7 @@ set -e # Setup Script Variables _DEPENDENCIES="wget git xorg-server-xvfb \ - xz \ + xz grep \ gettext \ curl python3 libjack \ python3-psutil python3-devel python-devel \ diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 7263e82..810e23b 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -36,7 +36,7 @@ mv firefox-256.png content/about-logo.png mv firefox-512.png "content/about-logo@2x.png" popd -mv -rf icons/* $srcdir/browser/branding/librewolf +mv -f icons/* $srcdir/browser/branding/librewolf cd $srcdir