Added sources.list propogation

This commit is contained in:
Eric Renfro 2023-09-22 00:59:43 -04:00
parent e982c96266
commit f7751283f4
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 4 additions and 0 deletions

View File

@ -53,8 +53,12 @@ fi
grep ':i386' InstallOnly.list &>/dev/null && dpkg --add-architecture i386
cp -a sources.list /etc/apt/sources.list
rsync --ignore-existing -raz sources.list.d/ /etc/apt/sources.list.d/
rsync --ignore-existing -raz trusted.gpg.d/ /etc/apt/trusted.gpg.d/
apt update
xargs aptitude --schedule-only install < InstallOnly.list
aptitude install
EOF