Add update download timer for Moria
This commit is contained in:
parent
b23b617b95
commit
01f4b0694f
4 changed files with 29 additions and 1 deletions
|
@ -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" @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue