Rename file

This commit is contained in:
2026-01-12 14:01:53 -05:00
parent 889155339e
commit 49f5896e5a

10
deploy-urbackup.sh Normal file
View File

@@ -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