update -> Update

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-03-25 11:49:02 +01:00
parent 9a8a2eda34
commit 12e5f77d04
2 changed files with 0 additions and 0 deletions

18
.local/bin/Update Executable file
View File

@ -0,0 +1,18 @@
#!/bin/bash
echo
echo
echo -e $(date)
echo
echo
sudo /home/yorune/.local/bin/eix-repos-sync
sudo eix-sync -a
sudo eix-update
#sudo emerge-webrsync
#sudo emerge --sync
#sudo emaint sync -a
sudo emerge -auDN @world
echo
echo
echo -e $(date)
echo
echo