Skip to content

Commit

Permalink
Add missing prerequisite
Browse files Browse the repository at this point in the history
Fixes #58
  • Loading branch information
andrejro committed Feb 13, 2024
1 parent 9ed8ba6 commit 1d2a1f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ Pre-compiled releases are [available](https://github.com/usbarmory/usbarmory-deb
A Debian 9 installation with the following packages:

```
bc binfmt-support bzip2 fakeroot gcc gcc-arm-linux-gnueabihf git gnupg make parted rsync qemu-user-static wget xz-utils zip debootstrap sudo dirmngr bison flex libssl-dev kmod
bc binfmt-support bzip2 fakeroot gcc gcc-arm-linux-gnueabihf git
gnupg make parted rsync qemu-user-static wget xz-utils zip debootstrap
sudo dirmngr bison flex libssl-dev kmod
```

Follow [Go installation instructions](https://go.dev/doc/install) to
install the last available Go version.

Import the Linux signing GPG key:
```
gpg --keyserver hkp://keys.gnupg.net --recv-keys 38DBBDC86092693E
Expand Down

0 comments on commit 1d2a1f4

Please sign in to comment.