summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-04-28 13:05:48 +0100
committerJavier Jardón <jjardon@gnome.org>2017-05-10 13:33:31 +0000
commitf732de042ab225109df51ea5e5f55c4b2fd527bc (patch)
treef05341af35d8f5227327968815ceb290298dd237
parenta92a883a462bef1485319830703696e979bc29ff (diff)
downloadybd-jjardon/modern_distros.tar.gz
install_dependencies.sh: Install findutils in fedorajjardon/modern_distros
-rwxr-xr-xinstall_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 9e856e9..603d10a 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -46,7 +46,7 @@ fi
command -v dnf >/dev/null 2>&1
if [ $? -eq 0 ] && [ $installed = false ]; then
$SUDO dnf remove -y python-pip
- $SUDO dnf install -y which make automake gcc gcc-c++ gawk git m4 wget python python-devel git redhat-rpm-config
+ $SUDO dnf install -y which make automake gcc gcc-c++ gawk git m4 wget python python-devel git redhat-rpm-config findutils
if [ $? -ne 0 ]; then
echo "Install failed"
exit 1