From e82548333be13a7a53dbb8ad1bf5977d67c7318b Mon Sep 17 00:00:00 2001 From: nik Date: Sun, 20 Jul 2025 13:22:06 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7b67d5f..20d29bf 100644 --- a/install.sh +++ b/install.sh @@ -43,14 +43,14 @@ echo "$HAXHQ_RUNAS ALL=(root) NOPASSWD: /usr/bin/ln -s -f /etc/nginx/sites-avail echo "$HAXHQ_RUNAS ALL=(root) NOPASSWD: /usr/bin/ln -s -f /etc/nginx/sites-available/haxhq-certauth /etc/nginx/sites-enabled/haxhq" >> /etc/sudoers.d/"$HAXHQ_RUNAS" chmod 0440 /etc/sudoers.d/"$HAXHQ_RUNAS" ## setup CA -if git clone -b haxhq https://git.mitev.net/haxhq/easyrsa.git "$CADIR"; then +if git clone -b haxhq https://git.mitev.net/nik/easyrsa.git "$CADIR"; then echo 'Repository cloned' else echo 'Failed to clone haxhq repository' exit 1 fi # setup HaxHQ -if git clone https://git.mitev.net/haxhq/"$REPO" "$INSTALLDIR"; then +if git clone https://git.mitev.net/nik/"$REPO" "$INSTALLDIR"; then echo 'Repository cloned' else echo 'Failed to clone haxhq repository'