Skip to content
Snippets Groups Projects
Commit 16c581b4 authored by Frisbee Whisperwind's avatar Frisbee Whisperwind
Browse files

pacman: Adds dependency installation options

Change-Id: Ibfe182c5d8d5658603b1c4ee169b750e376ebc57
parent 46841cfd
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ RPM_INSTALL_SCRIPT = [
PACMAN_INSTALL_SCRIPT = [
'pacman -Sy',
'pacman -S %(packages)s'
'pacman -S --asdeps --needed %(packages)s'
]
ZYPPER_INSTALL_SCRIPT = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment