Compare commits
No commits in common. "79bbdb5f948b16e6399dda96235ec3e149b6e2cb" and "86fe8387bb8f0da80f4d69a1d606128aae8f0551" have entirely different histories.
79bbdb5f94
...
86fe8387bb
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1 @@
|
|||
i3wm.sh
|
||||
icewm_bodgemaster_env.sh
|
||||
|
|
|
|||
|
|
@ -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,video,audio,dialout,network "$NEW_USER"
|
||||
useradd -m -s /bin/bash -G wheel "$NEW_USER"
|
||||
passwd "$NEW_USER"
|
||||
|
||||
echo "Cleaning up installation files..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue