noconfirm
This commit is contained in:
parent
9f9f825f87
commit
cb35532876
|
@ -166,7 +166,7 @@ function image_setup {
|
||||||
if [ ! -d ~/develop/multipath-tools ]; then
|
if [ ! -d ~/develop/multipath-tools ]; then
|
||||||
git clone https://aur.archlinux.org/multipath-tools.git ~/develop/multipath-tools
|
git clone https://aur.archlinux.org/multipath-tools.git ~/develop/multipath-tools
|
||||||
fi
|
fi
|
||||||
sudo pacman -S device-mapper libaio liburcu fakeroot
|
sudo pacman -S --noconfirm device-mapper libaio liburcu fakeroot
|
||||||
cd ~/develop/multipath-tools
|
cd ~/develop/multipath-tools
|
||||||
makepkg
|
makepkg
|
||||||
makepkg -i
|
makepkg -i
|
||||||
|
|
Loading…
Reference in New Issue