If you dont currently have rust installed, log out and back in after install.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/pdiomede/erigon_bash_v2_for_Goerli
cd erigon_bash_v2_for_Goerli
chmod +x install.sh
./install.sh
sudo journalctl -fu erigon
sudo journalctl -fu lighthousebeacon
sudo nano /etc/systemd/system/erigon.service
sudo nano /etc/systemd/system/lighthousebeacon.service
sudo systemctl daemon-reload
sudo systemctl restart erigon
sudo systemctl restart lighthousebeacon
ufw allow 30303
ufw allow 9000
ufw allow from 1.1.1.1 to any port 8545