Skip to content

Commit

Permalink
make pacman not interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
Juri Grabowski authored and Mrfai committed Feb 11, 2022
1 parent 9865525 commit 8288d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_packages
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ my $maxpl; # maximum length of package list
my @known; # list of all known packages
my $execerrors; # counts execution errors
my $aptopt='-y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew';
my $pacmanopts='';
my $pacmanopts=' --noconfirm ';
my $downloaddir="/var/cache/apt/archives/partial/"; # where to download packages that gets only unpacked
my $debsourcesdir='/var/lib/fai/packages';
my @ls;
Expand Down

0 comments on commit 8288d9d

Please sign in to comment.