mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-19 19:26:55 +00:00
3 lines
76 B
Bash
3 lines
76 B
Bash
|
# create GNS3 user
|
||
|
printf 'gns3\ngns3\n' | sudo adduser --gecos 'GNS3' gns3
|