This commit is contained in:
computer 2021-12-07 13:15:28 -05:00
parent d64320722d
commit b20b6c7402
1 changed files with 2 additions and 2 deletions

View File

@ -45,6 +45,6 @@ wget https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-linux-amd
chmod +x /usr/local/bin/ctop
## Force install ohmyzsh on first login
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 && \
echo bash /root/zsh-setup.sh >> /root/.profile && \
curl -o ~/zsh-setup.sh https://digitalocean-user-data:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/Colin_/do-userdata/raw/branch/master/hasql.nixc.us/zsh-setup.sh && \
echo bash ~/zsh-setup.sh >> ~/.profile && \
source ~/.profile