Add --noprogressbar parameter to Pacman call

This commit is contained in:
Alexandre CATTEAU 2022-08-28 12:30:54 +02:00
parent 7216312309
commit e23e207009

View File

@ -3,4 +3,4 @@ Description=Run Pacman to upgrade packages
[Service]
Type=oneshot
ExecStart=/usr/bin/pacman -Syu --noconfirm
ExecStart=/usr/bin/pacman -Syu --noconfirm --noprogressbar