mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 11:51:07 +07:00
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…
Reference in New Issue
Block a user