We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0193e commit e24a4b4Copy full SHA for e24a4b4
workshop/aws/ec2/templates/userdata.yaml
@@ -209,7 +209,7 @@ runcmd:
209
# Deploy private registry
210
- /usr/local/bin/kubectl apply -f /home/ubuntu/workshop/k3s/registry/registry.yaml
211
# Configure shellinabox port and disable ssl then restart
212
- - sed -i 's/SHELLINABOX_PORT=4200/SHELLINABOX_PORT=6501/' /etc/default/shellinabox
+ - sed -i 's/SHELLINABOX_PORT=4200/SHELLINABOX_PORT=6501/' /etc/default/shellinabox
213
- sed -i "s/\"--no-beep\"/\"--no-beep --disable-ssl\"/" /etc/default/shellinabox
214
- sudo service shellinabox restart
215
- - sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"maran\"/g' home/ubuntu/.zshrc
+ - sed -i 's/_THEME=\"robbyrussell\"/_THEME=\"gentoo\"/g' home/ubuntu/.zshrc
0 commit comments