This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024/11/02 17:59:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST [REDACTED_REPO_NAME]/archive/[BRANCH].zip for [REDACTED_IP], 200 OK in 23.1ms @ repo/repo.go:514(repo.InitiateDownload) | |
2024/11/02 17:59:01 ...archiver/archiver.go:285:func1() [E] Archive &{99 zip [REDACTED_HASH]} failed: unable to write archive: Header 'x-amz-checksum-algorithm' with value 'CRC32C' not implemented |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Getting image and Pi up and running | |
# Go to https://www.raspberrypi.org/downloads/raspbian/ and download an image, then unzip it | |
# Download https://www.balena.io/etcher/ and install it | |
# Plug in microsd card, Unzip the downloaded image and use Etcher to write the downloaded image to the SD card | |
# Edit boot/config.txt, and uncomment hdmi_force_hotplug=1 and hdmi_drive=2 | |
# Plug the PI in, and go through to setup prompts | |
# Run the following commands in terminal | |
## Config stuff | |
sudo raspi-config |