Skip to content

Commit

Permalink
Update build_images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Feb 25, 2024
1 parent 3b53d3a commit a54769e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_images.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash
# 从 https://github.com/oneclickvirt/lxc_arm_images 获取

run_funct="${1:-debian}"
is_build_image="${2:-false}"
build_arch="${3:-arm64}"
zip_name_list=()
opath=$(pwd)
rm -rf *.tar.xz
ls
Expand Down Expand Up @@ -67,10 +71,6 @@ if command -v apt-get >/dev/null 2>&1; then
sudo apt-get install debootstrap -y
fi
fi
run_funct="${1:-debian}"
is_build_image="${2:-false}"
build_arch="${3:-arm64}"
zip_name_list=()

# 构建或列出不同发行版的镜像
build_or_list_images() {
Expand Down

0 comments on commit a54769e

Please sign in to comment.