1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-01-08 23:04:14 +01:00

Fix openrc path

This commit is contained in:
2020-04-29 14:39:39 +02:00
parent 1658e6de94
commit eb18b368ed

View File

@@ -74,7 +74,7 @@ cp cleanup.sh ~/
echo 'source ~/.bash_prompt'
echo "alias ip='ip -c'"
echo "alias skctl='kubectl -n kube-system'"
echo "source ~/devstack openrc admin admin >/dev/null 2>/dev/null'"
echo "source ~/devstack/openrc admin admin >/dev/null 2>/dev/null"
} >> ~/.bashrc
# 7. get my vim config