aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/rice.sh b/rice.sh
index 585f889..2ff61e8 100755
--- a/rice.sh
+++ b/rice.sh
@@ -48,8 +48,7 @@ echo 'enable-ssh-support' > /home/$PERMUSER/.gnupg/gpg-agent.conf
echo 'pinentry-program /usr/bin/pinentry-curses' >> /home/$PERMUSER/.gnupg/gpg-agent.conf
echo 'default-cache-ttl 34560000' >> /home/$PERMUSER/.gnupg/gpg-agent.conf
echo 'max-cache-ttl 34560000' >> /home/$PERMUSER/.gnupg/gpg-agent.conf
-rc-update add sshd default
-rc-service sshd start
+dinitctl enable sshd
chsh -s /bin/zsh $PERMUSER