'arch-install.sh' ändern
This commit is contained in:
parent
68a3c6e00f
commit
d784c06950
1 changed files with 5 additions and 1 deletions
|
@ -51,7 +51,11 @@ function minimalinstallation() {
|
|||
cp -v /opt/${repo}/mirrorlist* ${mountpoint}/etc/pacman.d/
|
||||
chmod 644 -R ${mountpoint}etc/pacman.d/mirrorlist*
|
||||
|
||||
arch-chroot ${mountpoint} /usr/bin/arch-graphical-install-auto
|
||||
cp /opt/${repo}/scripts/update.sh ${mountpoint}/usr/bin/update-script
|
||||
chmod +x ${mountpoint}/usr/bin/update-script
|
||||
if ! arch-chroot ${mountpoint} /usr/bin/update-script; then
|
||||
echo "Aktualisierung nicht erfolgreich!!!"
|
||||
fi
|
||||
}
|
||||
|
||||
function gitclone() {
|
||||
|
|
Loading…
Reference in a new issue