search for: noconfirm

Displaying 3 results from an estimated 3 matches for "noconfirm".

2016 Jul 21
1
[PATCH] customize: use --noconfirm when installing Arch Linux packages
...ed_args | "dnf" -> sprintf "dnf -y install %s" quoted_args | "pisi" -> sprintf "pisi it %s" quoted_args - | "pacman" -> sprintf "pacman -S %s" quoted_args + | "pacman" -> sprintf "pacman -S --noconfirm %s" quoted_args | "urpmi" -> sprintf "urpmi %s" quoted_args | "xbps" -> sprintf "xbps-install -Sy %s" quoted_args | "yum" -> sprintf "yum -y install %s" quoted_args -- 2.7.4
2012 Jul 09
3
Trouble installing packages with Puppet on Arch Linux
...have the same error with that package. BUT, if I run it a THIRD time, it finishes cleanly. I''m pretty puzzled. I''ve done a good amount of searching, but haven''t found anything useful about this error. Here''s my manifest: exec { ''sudo pacman -Syuw --noconfirm'': path => ''/usr/bin'', } package { ''mongodb'': ensure => present, } package { ''nginx'': ensure => present, } package { ''python-pymongo'': ensure => present, } package { ''python-tornado&...
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...udes) - ) pkgs in - - (* Download the packages. I could use wget `pacman -Sp`, but this - * narrows the pacman -Sy window - *) - - List.iter ( - fun pkg -> - let cmd = - sprintf "umask 0000; cd %s && mkdir -p var/lib/pacman && fakeroot pacman%s -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s" - (Filename.quote tmpdir) - (match packager_config with - | None -> "" - | Some filename -> " --config " ^ filename) - pkg in - if Sys.command cmd <> 0 then ( - (* The package is not...