mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-04-05 18:59:26 +07:00
Revert "Switch to apt-get"
This reverts commit 1394617d600be9d8f267927fc5089bf9a956c89f.
This commit is contained in:
parent
787c534f64
commit
5453c1f4f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user