gns3-registry/packer/ubuntu/scripts/jammy.sh

6 lines
90 B
Bash
Raw Normal View History

2022-12-23 04:04:26 +00:00
#!/bin/sh
set -ex
# create GNS3 user
printf 'gns3\ngns3\n' | adduser --gecos 'GNS3' gns3