Skip to content

Commit e24a4b4

Browse files
committed
Switching zsh theme
1 parent 0b0193e commit e24a4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/aws/ec2/templates/userdata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ runcmd:
209209
# Deploy private registry
210210
- /usr/local/bin/kubectl apply -f /home/ubuntu/workshop/k3s/registry/registry.yaml
211211
# Configure shellinabox port and disable ssl then restart
212-
- sed -i 's/SHELLINABOX_PORT=4200/SHELLINABOX_PORT=6501/' /etc/default/shellinabox
212+
- sed -i 's/SHELLINABOX_PORT=4200/SHELLINABOX_PORT=6501/' /etc/default/shellinabox
213213
- sed -i "s/\"--no-beep\"/\"--no-beep --disable-ssl\"/" /etc/default/shellinabox
214214
- sudo service shellinabox restart
215-
- sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"maran\"/g' home/ubuntu/.zshrc
215+
- sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"gentoo\"/g' home/ubuntu/.zshrc

0 commit comments

Comments
 (0)