Added sources.list propogation
This commit is contained in:
parent
e982c96266
commit
f7751283f4
1 changed files with 4 additions and 0 deletions
|
@ -53,8 +53,12 @@ fi
|
||||||
|
|
||||||
grep ':i386' InstallOnly.list &>/dev/null && dpkg --add-architecture i386
|
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 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/
|
||||||
|
|
||||||
|
apt update
|
||||||
|
|
||||||
xargs aptitude --schedule-only install < InstallOnly.list
|
xargs aptitude --schedule-only install < InstallOnly.list
|
||||||
aptitude install
|
aptitude install
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue