From eddfdc8280a823895c340336276a98c9060aba4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Thu, 23 Jul 2026 21:14:47 +0200 Subject: [PATCH] will this be last problem? --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 083e524..47a23da 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -19,6 +19,7 @@ apt install -y \ jq \ fail2ban \ unattended-upgrades \ + ripgrep \ ufw echo "== Installing Docker repository key ==" @@ -69,10 +70,9 @@ dpkg-reconfigure unattended-upgrades echo "== installing systemd systems" mkdir -p /opt/server/archivebox/archivebox-data -mkdir -p /mnt/kdrive/Archive +mkdir -p /mnt/kdrive/ rclone config -mkdir -p /mnt/kdrive cp systemd/kdrive-rclone.service /etc/systemd/system/ systemctl daemon-reload