From 8c7f28577cba068617c0507e5764fc5d5664debf Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Sun, 7 Dec 2025 15:19:45 +0600 Subject: [PATCH] fix: s/-a/-n --- binhost.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binhost.sh b/binhost.sh index 8804374..4f2824e 100755 --- a/binhost.sh +++ b/binhost.sh @@ -90,8 +90,8 @@ source /etc/profile echo "> Syncing tree..." emerge-webrsync -q -echo "> Instlaling git" -emerge -1av dev-vcs/git +echo "> Installing git" +emerge -1vn dev-vcs/git echo "> Syncing overlays" emaint sync -a