aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 01:08:07 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-12 01:08:07 +0800
commita1cfeaab25c88f35cb87f5e40c8dea1a8abde170 (patch)
tree2b261c16eb63c9ca40605b7145076e75292f1e64
parent02e22fd9bb256da9aab3b59698ae68d210f73a01 (diff)
downloadautils-a1cfeaab25c88f35cb87f5e40c8dea1a8abde170.tar.gz
autils-a1cfeaab25c88f35cb87f5e40c8dea1a8abde170.zip
added reposync to INSTALL.sh script
-rw-r--r--INSTALL.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.sh b/INSTALL.sh
index e665442..d569215 100644
--- a/INSTALL.sh
+++ b/INSTALL.sh
@@ -7,5 +7,5 @@ mkdir -p ${BINDIR} ${CONFDIR}
install -m755 apkg ${BINDIR}
install -m755 apkg-* ${BINDIR}
-install -m755 revdep updateconf ${BINDIR}
+install -m755 revdep updateconf reposync ${BINDIR}
install -m644 doc/apkg.conf.readme ${CONFDIR}/apkg.conf