Set up zsh on poudriere.

This is to save a better command history.
This commit is contained in:
Tom Alexander
2024-08-11 12:56:35 -04:00
parent 075a768424
commit 8175cf443a
5 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ fi
poudriere jail -d -j "$jail_name" -C all
rm -rf /usr/local/poudriere/data/images/${jail_name}-repo \
/usr/obj/usr/local/poudriere/jails/${jail_name}
/usr/obj/usr/local/poudriere/jails/${jail_name} \
/usr/local/poudriere/data/packages/${jail_name}-*
echo "Deleted jail $jail_name"