From 53be00d250d13b5614503431eec63d71371355b3 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 4 Nov 2021 18:31:49 +0100 Subject: [PATCH] chg: [doc] minor changes for 22.04 and ethX update --- docs/generic/ethX.md | 6 +++++- docs/xINSTALL.ubuntu2204.md | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/generic/ethX.md b/docs/generic/ethX.md index 3a0be0b8c..d660a9520 100644 --- a/docs/generic/ethX.md +++ b/docs/generic/ethX.md @@ -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 + ``` diff --git a/docs/xINSTALL.ubuntu2204.md b/docs/xINSTALL.ubuntu2204.md index 8bece86c8..bd0815cb2 100644 --- a/docs/xINSTALL.ubuntu2204.md +++ b/docs/xINSTALL.ubuntu2204.md @@ -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