Skip to content

Commit

Permalink
Update lxd.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Jul 16, 2019
1 parent 7d587a8 commit e6d447f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/remote-dev/lxd/lxd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
lxc exec ${CONTAINER} -- apt-get update && \
lxc exec ${CONTAINER} -- apt dist-upgrade -y
# colorize prompt:
# colorize prompt:
lxc exec ${CONTAINER} -- sed -i "s/#force_color_prompt=yes/force_color_prompt=yes/" /root/.bashrc && \
lxc exec ${CONTAINER} -- sed -i "s/01;32m/01;36m/" /root/.bashrc && \
# install some packages
Expand Down

0 comments on commit e6d447f

Please sign in to comment.