This commit is contained in:
simono41 2018-08-22 00:05:12 +02:00
parent 22436aa4ee
commit cd192ad9b2

View file

@ -326,8 +326,8 @@ function freshinstall {
arch-chroot ${mountpoint} <<EOT
cd /opt/${repo}/
git pull
pacman -Syu $(cat /opt/${repo}/packages_${version}.txt) --needed --noconfirm
EOT
arch-chroot ${mountpoint} pacman -Syu $(cat /opt/${repo}/packages_${version}.txt) --needed --noconfirm
}
function installation {