Compare commits

...

2 Commits

Author SHA1 Message Date
BodgeMaster 79bbdb5f94 custom-scripts/icewm_bodgemaster_env.sh: Add new (unfinished) script 2026-03-26 23:50:14 +01:00
BodgeMaster d290fffa70 install stage 2: add user to useful groups for desktop use by default
This is intended as a desktop system anyway
2026-03-26 23:39:20 +01:00
3 changed files with 5382 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +1,2 @@
i3wm.sh
icewm_bodgemaster_env.sh

View File

@ -137,7 +137,7 @@ read -p "Enter username: " NEW_USER
# audio, video
# dialout
# users (dows this even do anything)
useradd -m -s /bin/bash -G wheel "$NEW_USER"
useradd -m -s /bin/bash -G wheel,video,audio,dialout,network "$NEW_USER"
passwd "$NEW_USER"
echo "Cleaning up installation files..."