Created
November 24, 2023 09:29
-
-
Save KevinRohn/afadd802027d4180e964b9c6ef561ee8 to your computer and use it in GitHub Desktop.
Install apt
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
#!/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