From 72ba49bea1ae6c9bb2fccb0d252c9e0810add6e5 Mon Sep 17 00:00:00 2001 From: computer Date: Wed, 10 Nov 2021 13:51:06 -0500 Subject: [PATCH] f --- hasql.nixc.us/user-data.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hasql.nixc.us/user-data.sh b/hasql.nixc.us/user-data.sh index 195d36c..7261117 100644 --- a/hasql.nixc.us/user-data.sh +++ b/hasql.nixc.us/user-data.sh @@ -36,4 +36,5 @@ curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh ## Force install ohmyzsh on first login -curl -o /root/.bash_login https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/do-userdata/raw/branch/master/hasql.nixc.us/user-data.sh +curl -o /root/zsh-setup.sh https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/do-userdata/raw/branch/master/hasql.nixc.us/zsh-setup.sh +chmod +x /root/zsh-setup.sh