From b99a4c6d8adc2ffec0a4c12967ac70521251b7e5 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 21 May 2025 12:22:24 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-debian.md b/install-debian.md index 3ea6d5b..8b4d3b1 100644 --- a/install-debian.md +++ b/install-debian.md @@ -20,6 +20,7 @@ title: Setting up a fresh install of Canopy over Debian 12 Bookworm + ## Step-by-step procedure for Setting up a fresh install of Canopy over Debian 12 Bookworm: @@ -50,7 +51,7 @@ Restart=always [Install] WantedBy=multi-user.target ``` -3. Run `sudo systemctl enable --now canopy` to run canopy in the background as a system service now, and at boot-time +3. Run `sudo systemctl enable --now canopy` to run canopy in the background as a system service now, and automagically on application crash or system boot ## SSL Setup 1. Ignore the EFF's instruction like an asshole, and install certbot through apt `sudo apt install certbot`.