Update keyboard layout.

This commit is contained in:
Tom Alexander
2024-08-28 18:20:18 -04:00
parent 077155f835
commit e2a434bde0
2 changed files with 364 additions and 109 deletions

View File

@@ -11,6 +11,9 @@ if ! grep -q "${jail_name}" <<<"$jail_list"; then
die "No jail named ${jail_name} found."
fi
# We could do
# poudriere pkgclean -A -y -j "$jail_name"
# instead of the packages line below but we'd need to know every set
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} \