Imager
Imager » Raspberry Pi
cat <<'EXE' | sudo bash
curl -fsSLo ~/Downloads/rpi-imager-amd64_1.9.6_amd64.deb https://downloads.raspberrypi.com/imager/rpi-imager-amd64_1.9.6_amd64.deb
dpkg -i ~/Downloads/rpi-imager-amd64_1.9.6_amd64.deb
rm -rf ~/Downloads/rpi-imager-amd64_1.9.6_amd64.deb
apt-get install --fix-broken
EXE
|
🕸 Imager » Raspberry Pi » Download |
Imager » Balena » Etcher
cat <<'EXE' | sudo bash
ETCHER_ARCH="$(echo "$(dpkg --print-architecture)"|tr '[:upper:]' '[:lower:]')"
ETCHER_VERSION=$(curl -s https://api.github.com/repos/balena-io/etcher/releases/latest | grep -Po '"tag_name": "v\K[^"]*')
curl -fsSLo ~/Downloads/balena-etcher.deb https://github.com/balena-io/etcher/releases/download/v${ETCHER_VERSION}/balena-etcher_${ETCHER_VERSION}_${ETCHER_ARCH}.deb
dpkg -i ~/Downloads/balena-etcher.deb
rm -rf ~/Downloads/balena-etcher.deb
apt-get install --fix-broken
EXE
|
🕸 Imager » Balena » Etcher » Releases |
References
|
References | ||
|---|---|---|