Skip to content

Commit

Permalink
Do apt update before installation
Browse files Browse the repository at this point in the history
Fixes #140
  • Loading branch information
tjboldt authored Apr 4, 2023
1 parent 8ef94ba commit 5db78ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RaspberryPi/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

sudo apt update
sudo apt install git -y
wget https://golang.org/dl/go1.17.3.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.17.3.linux-armv6l.tar.gz
Expand Down

0 comments on commit 5db78ba

Please sign in to comment.