progress
This commit is contained in:
parent
c397978f34
commit
c55652a259
1
main.sh
1
main.sh
|
@ -229,6 +229,7 @@ do_install() {
|
||||||
header "Installation"
|
header "Installation"
|
||||||
mkdir -p "${target}/var/db/xbps/keys"
|
mkdir -p "${target}/var/db/xbps/keys"
|
||||||
cp /var/db/xbps/keys/* "${target}/var/db/xbps/keys"
|
cp /var/db/xbps/keys/* "${target}/var/db/xbps/keys"
|
||||||
|
mkdir -p "${target}/etc/xbps.d"
|
||||||
touch "${target}/etc/xbps.d/10-ignore-pkg.conf"
|
touch "${target}/etc/xbps.d/10-ignore-pkg.conf"
|
||||||
for i in "${ignorepkgs[@]}"; do
|
for i in "${ignorepkgs[@]}"; do
|
||||||
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
|
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user