-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
INFO] Deck version: 0.9.5
$ deck get https://github.com/gefyrahq/gefyra-demos.git
fails on openSuse with error message:
[CRITICAL] There was an error running deck: The command '/bin/sh -c addgroup -g ${GROUP_ID} -S tooler && adduser -u ${USER_ID} -S tooler -G tooler' returned a non-zero code: 1
'addgroup' and 'adduser' are commands not available on all kind of linux distributions.
porting to 'groupadd' and 'useradd' might be a good solution ( an should be easy )
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working