mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-26 22:29:19 +00:00
6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/bin/sh
|
||
|
set -ex
|
||
|
|
||
|
# create GNS3 user
|
||
|
printf 'gns3\ngns3\n' | adduser --gecos 'GNS3' gns3
|