Update to Debian 13 Trixie (#2)

This commit is contained in:
Jason McCormick 2026-02-09 18:22:25 -05:00 committed by GitHub
parent 1804175113
commit ed558e4280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ ARG ARCH="amd64"
## ##
## Debian version to compose - Supported options are '12-slim' and '12' ## Debian version to compose - Supported options are '12-slim' and '12'
ARG DEB_VER="12-slim" ARG DEB_VER="13-slim"
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
## Without experience, do not change past this line ## Without experience, do not change past this line

View file

@ -6,8 +6,8 @@ export DEBIAN_FRONTEND=noninteractive
apt update apt update
apt upgrade -y apt upgrade -y
apt install -y wget apt install -y wget
wget https://repo.allstarlink.org/public/asl-apt-repos.deb12_all.deb wget https://repo.allstarlink.org/public/asl-apt-repos.deb13_all.deb
dpkg -i asl-apt-repos.deb12_all.deb dpkg -i asl-apt-repos.deb13_all.deb
apt update apt update
# install kernel headers in preparation # install kernel headers in preparation