mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
Add new file
This commit is contained in:
parent
677a228836
commit
792c649dda
1 changed files with 9 additions and 0 deletions
9
setup.sh
Normal file
9
setup.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Set user password
|
||||
echo "----------"
|
||||
echo ""
|
||||
echo "Which is the username?"
|
||||
read userName
|
||||
|
||||
sudo passwd $userName
|
||||
|
||||
exit
|
Loading…
Add table
Add a link
Reference in a new issue