3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-13 04:11:11 +00:00

11 lines
172 B
Plaintext
Raw Normal View History

#!/bin/bash
#
# Create the necessary groups
#
echo "Adding admin group..."
addgroup --system --quiet admin
echo "Adding netdev group..."
addgroup --system --quiet netdev