From 889155339e5aac356d81a63825b52f91fcf2d18e Mon Sep 17 00:00:00 2001 From: Franscobec Date: Mon, 12 Jan 2026 14:01:37 -0500 Subject: [PATCH] Add deploy-urbackup.sj --- deploy-urbackup.sj | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deploy-urbackup.sj diff --git a/deploy-urbackup.sj b/deploy-urbackup.sj new file mode 100644 index 0000000..f3784c6 --- /dev/null +++ b/deploy-urbackup.sj @@ -0,0 +1,10 @@ +#!/bin/bash +#install outdated dep +yay -U https://prov.franscorack.com/pkg/automake-1.16.5-2-any.pkg.tar.zst --needed --noconfirm && +#install client +yay -S urbackup2-client-no-gui lsb-release --needed --noconfirm && +sudo systemctl enable urbackupclientbackend +sudo systemctl start urbackupclientbackend +#update dep +yay -Syy +yay -S automake --noconfirm \ No newline at end of file