Fix script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-06-05 21:01:44 +02:00
parent b47cd40578
commit f878f3c161

View file

@ -19,7 +19,7 @@ build() {
cp "$pkg"{,.sig} /repo/
repo-add -R -s /repo/nyyu.db.tar.zst /repo/"$pkg"
done
pacman -Sy
sudo pacman -Sy
fi
fi
}