Offline archlinux installer ISO creator
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
pactree -s -u $2 > /tmp/temporary22
|
|
pacman -Sp --noconfirm - < /tmp/temporary22 > /arch/pkgs/$1/$2
|
|
echo $2
|
|
|