From: Dan Brown Date: Sat, 25 Sep 2021 20:44:49 +0000 (+0100) Subject: Removed useless check-update command X-Git-Url: http://source.bookstackapp.com/devops/commitdiff_plain/4952bac9fd0798d4a5d2e76b0daa656eb37fc503 Removed useless check-update command Closes #23 --- diff --git a/scripts/installation-centos-7.sh b/scripts/installation-centos-7.sh index 2bd0f53..637618f 100644 --- a/scripts/installation-centos-7.sh +++ b/scripts/installation-centos-7.sh @@ -16,7 +16,6 @@ fi CURRENT_IP=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/') # Install core system packages and remi php repository -yum check-update yum install -y git httpd curl wget yum-utils mariadb-server wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm