Moved yay command & added explaination text
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/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 &&
|
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 &&
|
yay -S urbackup2-client-no-gui lsb-release --needed --noconfirm &&
|
||||||
|
#enable & start systemd service
|
||||||
sudo systemctl enable urbackupclientbackend
|
sudo systemctl enable urbackupclientbackend
|
||||||
sudo systemctl start urbackupclientbackend
|
sudo systemctl start urbackupclientbackend
|
||||||
#update dep
|
#reinstall updated dep that was downgraded previously
|
||||||
yay -Syy
|
|
||||||
yay -S automake --noconfirm
|
yay -S automake --noconfirm
|
||||||
Reference in New Issue
Block a user