Browse Source

miaou install

main
pvincent 3 weeks ago
parent
commit
4d91b282fd
  1. 2
      tools/miaou-create

2
tools/miaou-create

@ -44,7 +44,7 @@ function before_start {
function after_start {
# hot changes
if [[ -v MIAOU_BASH_DIR ]]; then
pct exec "$CONTAINER_ID" -- /opt/miaou-bash/init.sh
pct exec "$CONTAINER_ID" -- /opt/miaou-bash/install.sh
fi
pct exec "$CONTAINER_ID" -- apt-get purge -y postfix
pct exec "$CONTAINER_ID" -- apt-get update

Loading…
Cancel
Save