diff options
Diffstat (limited to 'root/posodobi.sh')
-rwxr-xr-x | root/posodobi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/posodobi.sh b/root/posodobi.sh index f50309c..cd823c3 100755 --- a/root/posodobi.sh +++ b/root/posodobi.sh @@ -1,7 +1,7 @@ #!/bin/bash set -xe f= -grep "no-sync" <<<"$@" || emaint sync --auto +grep "no-sync" <<<"$@" || /usr/sbin/emaint sync --auto grep "no-ask" <<<"$@" || f=--ask emerge --verbose --update $f --newuse --changed-use --backtrack 30 --deep --with-bdeps=y --rebuilt-binaries @world emerge @preserved-rebuild |