download fresh package databases from the server

Signed-off-by: Tealk <tealk@rollenspiel.monster>
This commit is contained in:
Tealk 2023-10-07 15:13:28 +02:00
parent d3187c9697
commit c955080afd
No known key found for this signature in database
GPG key ID: 5FE349ABC863E7F9

View file

@ -64,7 +64,7 @@ function time_end() {
function update_arch() {
if command -v yay &> /dev/null; then
if \
yay -Su && \
yay -Syu && \
yay -Yc
then
echo "Alle System-Aktualisierungen wurden durchgeführt."