Bash Script

You can create a basic Bash script to update Geth / Lighthouse

This script is for geth v1.11.15 and lighthouse v4.0.1

1) Open a new document in "Text Editor"

You can launch the apps/search window in the bottom left: Search "text editor" and open the app.

2) Paste the following text into the document:

3) Save the file (ctrl+s) in your Documents folder as update.sh

Be sure to save the file in your Documents folder

4) Open a new terminal with (ctrl+shift+t)

5) Change to Documents directory:

6) Make the script executable:

7) Run the update script:

You should see the updated versions printed in the terminal:

Last updated