Skip to content

Instantly share code, notes, and snippets.

@KevinRohn
Created November 24, 2023 09:29
Show Gist options
  • Save KevinRohn/afadd802027d4180e964b9c6ef561ee8 to your computer and use it in GitHub Desktop.
Save KevinRohn/afadd802027d4180e964b9c6ef561ee8 to your computer and use it in GitHub Desktop.
Install apt
#!/bin/bash
wget http://ftp.de.debian.org/debian/pool/main/a/apt/apt_1.8.2.3_armhf.deb
wget http://ftp.de.debian.org/debian/pool/main/a/apt/libapt-pkg5.0_1.8.2.3_armhf.deb
dpkg -i *.deb && rm *.deb
apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment