add apt update

This commit is contained in:
Johann150 2022-05-18 14:01:43 +02:00
parent 6fb1b14253
commit 0dae884377
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1

View file

@ -3,6 +3,7 @@
# Since this is not supervised, abort if anything does not work.
set -e
sudo apt update
# Cross-compiling needs a linker for the respective platforms. If you are on a Debian-based x86_64 Linux,
# you can install them with:
sudo apt -y install podman gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu