Update create_lxc.sh

pull/1756/head
ArchemedIan 2 years ago
parent dfa99cbfb0
commit 5a5b9fb13f
  1. 1
      ct/create_lxc.sh

@ -147,6 +147,7 @@ msg_ok "Updated LXC Template List"
if [ "$arm64ct" = "yes" ]; then
msg_info "Arm64 Detected"
msg_info "Downloading LXC Template $PCT_OSTYPE $PCT_OSVERSION"
pvesm remove ctgrabtmp
pvesm add dir ctgrabtmp -content vztmpl -path /tmp/ctgrabtmp
bash <(curl -s https://raw.githubusercontent.com/ArchemedIan/Proxmox-Arm64-Container-Fetcher/main/pimox_image_fetcher.sh) ${PCT_OSTYPE} ${PCT_OSVERSION:-} default /tmp/ctgrabtmp/template/cache 1 > /dev/null
TEMPLATE_SEARCH=${PCT_OSTYPE}-${PCT_OSVERSION:-}

Loading…
Cancel
Save