Compare commits
2 Commits
86fe8387bb
...
79bbdb5f94
| Author | SHA1 | Date |
|---|---|---|
|
|
79bbdb5f94 | |
|
|
d290fffa70 |
File diff suppressed because one or more lines are too long
|
|
@ -1 +1,2 @@
|
||||||
i3wm.sh
|
i3wm.sh
|
||||||
|
icewm_bodgemaster_env.sh
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,7 @@ read -p "Enter username: " NEW_USER
|
||||||
# audio, video
|
# audio, video
|
||||||
# dialout
|
# dialout
|
||||||
# users (dows this even do anything)
|
# 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"
|
passwd "$NEW_USER"
|
||||||
|
|
||||||
echo "Cleaning up installation files..."
|
echo "Cleaning up installation files..."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue