6 lines
213 B
Diff
6 lines
213 B
Diff
|
7c7,8
|
||
|
< /usr/bin/pacman -Su --noconfirm --color=auto > /dev/tty1 2>&1
|
||
|
---
|
||
|
> /usr/bin/pacman -Su --noconfirm --cachedir /var/lib/system-update --color=auto > /dev/tty1 2>&1
|
||
|
> /usr/bin/rm -rf /var/lib/system-update
|