Files
new_server_setup/scripts/17_caldav.sh
2025-09-29 15:11:07 +02:00

17 lines
349 B
Bash

cd ..
cp files/my-caldav.service /etc/systemd/system/my-caldav.service
mkdir /root/caldav
cp private/caldav/calendars
cd /root
wget https://git.petrovv.com/nikola/python_scripts/releases/download/current/caldav.tar.gz
tar -xzf caldav.tar.gz
rm caldav.tar.gz
cd caldav
systemctl daemon-reload
systemctl enable my-caldav
systemctl start my-caldav