From 61ef268cd73a72969ae8973926046390a85a0b79 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Sun, 10 Oct 2021 12:46:58 +0200 Subject: [PATCH] fixes --- scripts/1_Install_Dependencies.sh | 2 +- scripts/3_Configure_Source_Code.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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