remove export fromk container

This commit is contained in:
Tobias Powalowski 2022-02-09 09:04:53 +01:00
parent 846311546a
commit eccb5f9891

View file

@ -2,8 +2,6 @@
# created by Tobias Powalowski <tpowa@archlinux.org>
source /usr/lib/archboot/functions
source /usr/lib/archboot/container_functions
export _ARCHBOOT="archboot"
export _KEYRING="archlinux"
[[ -z "${1}" ]] && _usage
_DIR="$1"
#shellcheck disable=SC2120
@ -34,5 +32,4 @@ if grep -q "^\[testing" /etc/pacman.conf; then
fi
_set_hostname
echo "Finished container setup in ${_DIR} ."
unset _ARCHBOOT
unset _KEYRING