aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/rice.sh b/rice.sh
index aa41bc0..17ad2a6 100755
--- a/rice.sh
+++ b/rice.sh
@@ -41,14 +41,14 @@ cp -rf fast-syntax-highlighting /usr/share/zsh/plugins
cd ..
rm -rf hyprdots
-doas -u $PERMUSER mkdir -p /home/$PERMUSER/.ssh
-doas -u $PERMUSER mkdir -p /home/$PERMUSER/.gnupg
-doas -u $PERMUSER touch /home/$PERMUSER/.ssh/config
-doas -u $PERMUSER touch /home/$PERMUSER/.gnupg/gpg-agent.conf
-echo 'Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"' > /home/$PERMUSER/.ssh/config
-echo 'enable-ssh-support' > /home/$PERMUSER/.gnupg/gpg-agent.conf
-rc-update add sshd default
-rc-service sshd start
+#doas -u $PERMUSER mkdir -p /home/$PERMUSER/.ssh
+#doas -u $PERMUSER mkdir -p /home/$PERMUSER/.gnupg
+#doas -u $PERMUSER touch /home/$PERMUSER/.ssh/config
+#doas -u $PERMUSER touch /home/$PERMUSER/.gnupg/gpg-agent.conf
+#echo 'Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"' > /home/$PERMUSER/.ssh/config
+#echo 'enable-ssh-support' > /home/$PERMUSER/.gnupg/gpg-agent.conf
+#rc-update add sshd default
+#rc-service sshd start
chsh -s /bin/zsh $PERMUSER