Merge pull request #7928 from SteveClement/guides

pull/7944/head
Steve Clement 2021-11-05 02:41:10 +09:00 committed by GitHub
commit b3d9f4ca84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -30,7 +30,7 @@ sudo update-grub > /dev/null 2>&1
```
!!! notice
On recent Ubuntu install Netplan is default and you need to change the Network name.
On recent Ubuntu install Netplan is default and you might need to change the Network name in its respective config file.
```
sudo sed -i "s/enp0s3/eth0/" /etc/netplan/50-cloud-init.yaml
```
@ -38,3 +38,7 @@ sudo update-grub > /dev/null 2>&1
```
sudo sed -i "s/enp0s3/eth0/" /etc/netplan/01-netcfg.yaml
```
OR on Ubuntu 22.04
```
sudo sed -i "s/enp0s3/eth0/" /etc/netplan/00-installer-config.yaml
```

View File

@ -90,6 +90,7 @@ installCoreDeps () {
# Install Php 8.0 dependencies
# FIXME: Ugly hack to get 7.4 working until 8.0 (cake4) will be implemented.
echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu devel main" |sudo tee /etc/apt/sources.list.d/ondrej-ubuntu-php-devel.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C
sudo apt update
installDepsPhp80 () {
debug "Installing PHP 8.0 dependencies"
@ -101,7 +102,7 @@ installDepsPhp80 () {
php7.4 php7.4-cli \
php7.4-dev \
php-json php7.4-xml php7.4-mysql php7.4-opcache php7.4-readline php7.4-mbstring php7.4-zip \
php7.4-redis php-gnupg \
php-redis php-gnupg \
php7.4-intl php7.4-bcmath \
php7.4-gd