fixes
This commit is contained in:
parent
4a1db6bbbe
commit
ac192c963d
8
main.sh
8
main.sh
|
@ -280,15 +280,15 @@ do_install() {
|
||||||
done
|
done
|
||||||
|
|
||||||
if grep -q musl <<< $(uname -a); then
|
if grep -q musl <<< $(uname -a); then
|
||||||
libc="x86_64-musl"
|
export XBPS_ARCH="x86_64-musl"
|
||||||
else
|
else
|
||||||
libc="x86_64"
|
export XBPS_ARCH="x86_64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${DEBUG}" -ge "1" ]; then
|
if [ "${DEBUG}" -ge "1" ]; then
|
||||||
xbps-install -a "${libc}" -S -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
xbps-install -S -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
||||||
else
|
else
|
||||||
xbps-install -a "${libc}" -S -y -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
xbps-install -S -y -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user