From 4b1134e7365ba9f3db37f7e051573d058f5290cf Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Mon, 5 May 2025 01:29:30 -0400 Subject: [PATCH] Osync is now also installd --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 2f31027..53a67fc 100755 --- a/install.sh +++ b/install.sh @@ -43,6 +43,11 @@ copy_files() { cp wmde-rp-config.prf /etc cp wmde-rp-perm.prf /etc cp wmde-rp.conf /etc + + git clone https://srcsrv.wikimedia.de/WMDE/osync.git /tmp/osync + cp -p /tmp/osync/osync.sh /usr/local/bin/osync.sh + chmod 755 /usr/local/bin/osync.sh + systemctl daemon-reload } update_pam() {