blob: 5f17bbdadd40b4b5e82b2ad8c2fda035cd76526d (
plain)
1
2
3
4
5
6
|
post_install() {
echo 'Getting started with 3dm2: '
echo ' - Start and/or enable 3dm2.service'
echo ' - Visit https://localhost:888/'
echo ' - The default password for both accounts in 3dm2 is "3ware"'
}
|