add basic first time installation

This commit is contained in:
desolate
2026-05-14 18:21:18 +03:00
commit 7cb75b72c8
72 changed files with 1198 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
if install_package "river"; then
if [ ! -d "/run/user/$(id -u)" ]; then
sudo mkdir "/run/user/$(id -u)"
fi
sudo chmod 700 "/run/user/$(id -u)"
fi