mirror of
https://codeberg.org/Tealk/systemupdate.git
synced 2024-12-28 18:17:04 +01:00
yay -y
download fresh package databases from the server Signed-off-by: Tealk <tealk@rollenspiel.monster>
This commit is contained in:
parent
d3187c9697
commit
c955080afd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function time_end() {
|
||||||
function update_arch() {
|
function update_arch() {
|
||||||
if command -v yay &> /dev/null; then
|
if command -v yay &> /dev/null; then
|
||||||
if \
|
if \
|
||||||
yay -Su && \
|
yay -Syu && \
|
||||||
yay -Yc
|
yay -Yc
|
||||||
then
|
then
|
||||||
echo "Alle System-Aktualisierungen wurden durchgeführt."
|
echo "Alle System-Aktualisierungen wurden durchgeführt."
|
||||||
|
|
Loading…
Reference in a new issue