From ed50d7cfed9d48943d8d6a66ef86c0903e072ec8 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sat, 14 Dec 2024 11:04:49 +0100 Subject: [PATCH] chore: link devpod --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 9fb21b0..6201dab 100755 --- a/build.sh +++ b/build.sh @@ -73,6 +73,10 @@ EOF printf "\n\n[Install]\nWantedBy=%s.target" "$i" >> /etc/containers/systemd/users/"$i".container done +#### Setup devpod + +ln -s /usr/bin/devpod-cli /usr/bin/devpod + #### Setup niri deps mkdir /usr/lib/systemd/user/niri.service.wants