Added 32-bit architecture addition
This commit is contained in:
parent
9bf6c5bc6a
commit
816a36ffce
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ if [[ -n "\$install" ]]; then
|
||||||
apt -y install \$install
|
apt -y install \$install
|
||||||
fi
|
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 sources.list.d/ /etc/apt/sources.list.d/
|
||||||
rsync --ignore-existing -raz trusted.gpg.d/ /etc/apt/trusted.gpg.d/
|
rsync --ignore-existing -raz trusted.gpg.d/ /etc/apt/trusted.gpg.d/
|
||||||
xargs aptitude --schedule-only install < InstallOnly.list
|
xargs aptitude --schedule-only install < InstallOnly.list
|
||||||
|
|
Loading…
Reference in a new issue