will this be last problem?

This commit is contained in:
2026-07-23 21:14:47 +02:00
parent 551a4a9e80
commit eddfdc8280
+2 -2
View File
@@ -19,6 +19,7 @@ apt install -y \
jq \ jq \
fail2ban \ fail2ban \
unattended-upgrades \ unattended-upgrades \
ripgrep \
ufw ufw
echo "== Installing Docker repository key ==" echo "== Installing Docker repository key =="
@@ -69,10 +70,9 @@ dpkg-reconfigure unattended-upgrades
echo "== installing systemd systems" echo "== installing systemd systems"
mkdir -p /opt/server/archivebox/archivebox-data mkdir -p /opt/server/archivebox/archivebox-data
mkdir -p /mnt/kdrive/Archive mkdir -p /mnt/kdrive/
rclone config rclone config
mkdir -p /mnt/kdrive
cp systemd/kdrive-rclone.service /etc/systemd/system/ cp systemd/kdrive-rclone.service /etc/systemd/system/
systemctl daemon-reload systemctl daemon-reload