mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Imported usable scripts from the private temporary repository
This commit is contained in:
8
scripts/opensuse/pi.config.sh
Normal file
8
scripts/opensuse/pi.config.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
USER_FULL_NAME='Mek'
|
||||
USER_NAME='mek'
|
||||
USER_PASSWORD="${USER_PASSWORD:?'not set'}"
|
||||
USER_TYPE='local'
|
||||
|
||||
yast users add batchmode verbose type="${USER_TYPE}" username="${USER_NAME}" password="${USER_PASSWORD}" cn="${USER_FULL_NAME}"
|
||||
Reference in New Issue
Block a user