![]() ![]() | ![]() |
Update postinst
#!/usr/bin/bash /usr/sbin/groupadd freem /usr/sbin/useradd -m -d /home/freem -s /bin/bash -c "FreeM User" -g freem freem /usr/bin/fmadm configure echo "" echo "======================================================================" echo "FreeM has been installed." echo "" echo "" echo "Any users who wish to use FreeM must be a member of the freem group. " echo "======================================================================" echo ""