From ed2c91660988d2654d4d6512992797eb4bec740c Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Tue, 24 Aug 2021 06:37:30 +0100 Subject: [PATCH] =?UTF-8?q?i=20forgor=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 830394d..d983dd1 100755 --- a/install.sh +++ b/install.sh @@ -14,5 +14,6 @@ if [ ${prefix} == / ]; then fi else install -v aps ${prefix}/usr/bin/ && - install -v altools/sel ${prefix}/usr/bin/ + install -v altools/sel ${prefix}/usr/bin/ && + install -v altools/repo ${prefix}/usr/bin/ fi