.git broken, restart
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
USER=${1:-"presko"}
|
||||
groupadd $MACHINE
|
||||
useradd -k $HOMESKEL_DIR -m -G sudo,$MACHINE $1
|
||||
usermod -aG $MACHINE $USER
|
||||
Reference in New Issue
Block a user