update scripts

This commit is contained in:
2021-06-01 21:22:09 +02:00
parent 2b0205dac2
commit 2ab3f97726
4 changed files with 42 additions and 12 deletions

8
update
View File

@ -1,6 +1,12 @@
#!/bin/sh
emerge --sync
emerge -Du --with-bdeps=y @world
emerge @preserved-rebuild
emerge --depclean
kernel-upgrade
xbps-install -Su
sudo -u mrgeorgen yay
cd /var/www/rss-bridge
git pull
cd /var/www/gimmeasearx
git pull
go build -o /usr/local/bin/gimmeaserx ./cmd/main.go