Do apt update before installation

Fixes #140
This commit is contained in:
Terence Boldt 2023-04-04 18:56:22 -04:00 committed by GitHub
parent 8ef94ba5d3
commit 5db78ba3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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