Add new file

This commit is contained in:
Aaron Honeycutt 2022-05-08 17:31:09 +00:00
parent 677a228836
commit 792c649dda

9
setup.sh Normal file
View file

@ -0,0 +1,9 @@
# Set user password
echo "----------"
echo ""
echo "Which is the username?"
read userName
sudo passwd $userName
exit