Skip to content

Commit

Permalink
Revert "Switch to apt-get"
Browse files Browse the repository at this point in the history
This reverts commit 1394617.
  • Loading branch information
shivammathur committed Nov 20, 2020
1 parent 787c534 commit 5453c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ setup_php() {
version=$1
dist=$2
debconf_fix="DEBIAN_FRONTEND=noninteractive"
apt_install="sudo $debconf_fix apt-get install -y"
apt_remove="sudo $debconf_fix apt-get remove -y"
apt_install="sudo $debconf_fix apt-fast install -y"
apt_remove="sudo $debconf_fix apt-fast remove -y"

# shellcheck source=.
. "${dist}"/../src/scripts/common.sh
Expand Down

0 comments on commit 5453c1f

Please sign in to comment.