Only check for repo updates on moria
This commit is contained in:
parent
3433114f6a
commit
45b4111a61
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ update() {
|
|||
|
||||
packages() {
|
||||
{%@@ if distro_id == "arch" @@%}
|
||||
paru -S{%@@ if profile != "Moria" @@%}y{%@@ endif @@%}u --noconfirm
|
||||
paru -S{%@@ if profile != "Moria" @@%}y{%@@ endif @@%}u{%@@ if profile == "Moria" @@%} --mode=repo{%@@ endif @@%} --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