aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-27 03:53:36 +0300
committerawy <awy@tutamail.com>2024-08-27 03:53:36 +0300
commitf1967533131e88a15e64580833a8b52be795e84b (patch)
treea83ebd9f33b99eca7412ca42a6c58a488ac82d7b /rice.sh
parent8c24921832b2b6dc95bbb41dbfe2de7ff4fcf877 (diff)
update
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