mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-24 23:16:43 +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
|