zentyal-ubuntu-22.04.md
· 522 B · Markdown
Raw
```shell
sed -i 's|enp3s0|eth0|g' /etc/netplan/*.yaml
sed -i 's|enp3s0|eth0|g' /etc/udev/rules.d/70-persistent-net.rules
sed -i 's/#GRUB_HIDDEN_TIMEOUT=0/GRUB_HIDDEN_TIMEOUT=0/' /etc/default/grub
sed -i 's/\(GRUB_CMDLINE_LINUX_DEFAULT=".*\)"/\1 net.ifnames=0 biosdevname=0"/' /etc/default/grub
```
```shell
reboot
```
```shell
wget https://raw.githubusercontent.com/zentyal/zentyal/master/extra/ubuntu_installers/zentyal_installer_8.0.sh &&
sudo chmod u+x zentyal_installer_8.0.sh && sudo ./zentyal_installer_8.0.sh
```
sed -i 's|enp3s0|eth0|g' /etc/netplan/*.yaml
sed -i 's|enp3s0|eth0|g' /etc/udev/rules.d/70-persistent-net.rules
sed -i 's/#GRUB_HIDDEN_TIMEOUT=0/GRUB_HIDDEN_TIMEOUT=0/' /etc/default/grub
sed -i 's/\(GRUB_CMDLINE_LINUX_DEFAULT=".*\)"/\1 net.ifnames=0 biosdevname=0"/' /etc/default/grub
reboot
wget https://raw.githubusercontent.com/zentyal/zentyal/master/extra/ubuntu_installers/zentyal_installer_8.0.sh &&
sudo chmod u+x zentyal_installer_8.0.sh && sudo ./zentyal_installer_8.0.sh