fix
This commit is contained in:
parent
22436aa4ee
commit
cd192ad9b2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue