From 78762f1a381f176bceec3433bc7a64174581753c Mon Sep 17 00:00:00 2001 From: Franscobec Date: Mon, 12 Jan 2026 14:05:16 -0500 Subject: [PATCH] Moved yay command & added explaination text --- deploy-urbackup.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deploy-urbackup.sh b/deploy-urbackup.sh index f3784c6..1757568 100644 --- a/deploy-urbackup.sh +++ b/deploy-urbackup.sh @@ -1,10 +1,12 @@ #!/bin/bash -#install outdated dep +#update local update db +yay -Syy +#install outdated dep from provision server yay -U https://prov.franscorack.com/pkg/automake-1.16.5-2-any.pkg.tar.zst --needed --noconfirm && -#install client +#install client & lsb-release dep yay -S urbackup2-client-no-gui lsb-release --needed --noconfirm && +#enable & start systemd service sudo systemctl enable urbackupclientbackend sudo systemctl start urbackupclientbackend -#update dep -yay -Syy +#reinstall updated dep that was downgraded previously yay -S automake --noconfirm \ No newline at end of file