From 1ae24861a06d773836fb674814aa03df90bbb095 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Wed, 22 Oct 2025 22:23:00 +0100 Subject: Updated install script, some configs, added vimwiki, added doas def --- files/doas/vidoas1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 files/doas/vidoas1 (limited to 'files/doas/vidoas1') diff --git a/files/doas/vidoas1 b/files/doas/vidoas1 new file mode 100644 index 0000000..9006eb6 --- /dev/null +++ b/files/doas/vidoas1 @@ -0,0 +1,6 @@ +#!/bin/dash +if [ "$(id -u)" != 0 ]; then + doas /root/script/vidoas +else + /root/script/vidoas +fi -- cgit v1.2.3