mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-29 17:18:54 +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
|