This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
gns3-registry
Watch
1
Star
0
Fork
0
You've already forked gns3-registry
mirror of
https://github.com/GNS3/gns3-registry.git
synced
2025-02-24 18:30:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gns3-registry
/
packer
/
debian
/
scripts
/
debian.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Debian packer template: Improvements - run scripts as root, no sudo needed within scripts - add shebang to scripts - add "set -ex" to abort scripts on error and to display commands
2022-12-10 11:44:34 +01:00
#!/bin/sh
set
-ex
Create basic Debian packer template
2022-11-16 19:03:31 +01:00
# create GNS3 user
Debian packer template: Improvements - run scripts as root, no sudo needed within scripts - add shebang to scripts - add "set -ex" to abort scripts on error and to display commands
2022-12-10 11:44:34 +01:00
printf
'gns3\ngns3\n'
|
adduser --gecos
'GNS3'
gns3
Reference in New Issue
Copy Permalink