mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-12 07:52:36 +00:00
6 lines
84 B
Bash
6 lines
84 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
printf "gns3\ngns3\n" | useradd -c "gns3" -G wheel gns3
|