diff options
-rwxr-xr-x | user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ | |||
6 | source deploy.conf | 6 | source deploy.conf |
7 | 7 | ||
8 | # Disable root password | 8 | # Disable root password |
9 | passwd -l root | 9 | sudo passwd -l root |
10 | 10 | ||
11 | # Get and deploy dotfiles | 11 | # Get and deploy dotfiles |
12 | echo "backing up current home directory to ~/home_backup" | 12 | echo "backing up current home directory to ~/home_backup" |