Added 32-bit architecture addition

This commit is contained in:
Eric Renfro 2023-09-21 23:37:43 -04:00
parent 9bf6c5bc6a
commit 816a36ffce
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ if [[ -n "\$install" ]]; then
apt -y install \$install
fi
grep ':i386' InstallOnly.list &>/dev/null && dpkg --add-architecture i386
rsync --ignore-existing -raz sources.list.d/ /etc/apt/sources.list.d/
rsync --ignore-existing -raz trusted.gpg.d/ /etc/apt/trusted.gpg.d/
xargs aptitude --schedule-only install < InstallOnly.list