From bb50e9050b6a23800c6192782b6a628d0d76a740 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Sat, 26 Apr 2025 16:17:31 +0200 Subject: [PATCH] rearrange shims --- docs/docs/installation/debian_based_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/debian_based_en.md b/docs/docs/installation/debian_based_en.md index fb611ee88..83c979d2e 100644 --- a/docs/docs/installation/debian_based_en.md +++ b/docs/docs/installation/debian_based_en.md @@ -52,7 +52,7 @@ sudo apt install curl unzip build-essential autoconf m4 libncurses5-dev libssh-d Second, make sure that erlang and elixir (via asdf) is reachable from `sudo -Hu akkoma`: ```shell -echo 'Defaults>akkoma secure_path="/sbin:/bin:/usr/sbin:/usr/bin:/var/lib/akkoma/.asdf/shims"' > /etc/sudoers.d/custom_path +echo 'Defaults>akkoma secure_path="/var/lib/akkoma/.asdf/shims:/sbin:/bin:/usr/sbin:/usr/bin"' > /etc/sudoers.d/custom_path ``` Then login to the `akkoma` user.