Add update download timer for Moria

This commit is contained in:
Marko Korhonen 2025-06-18 10:51:30 -05:00
parent b23b617b95
commit 01f4b0694f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 29 additions and 1 deletions

View file

@ -197,7 +197,7 @@ update() {
packages() {
{%@@ if distro_id == "arch" @@%}
paru -Syu --noconfirm
paru -S{%@@ if profile != "Moria" @@%}y{%@@ endif @@%}u --noconfirm
{%@@ elif distro_id == "ubuntu" or distro_id == "debian" @@%}
doas apt update && doas apt full-upgrade -y && doas apt autoremove -y && doas apt autoclean -y
{%@@ elif distro_id == "termux" @@%}