Update build.func

This commit is contained in:
CanbiZ 2025-01-06 08:20:52 +01:00
parent 6719a7820a
commit 89b447b9e7

View File

@ -194,7 +194,7 @@ header_info() {
echo -e "${INFO}${BOLD}${DGN}Installing FIGlet...${CL}" echo -e "${INFO}${BOLD}${DGN}Installing FIGlet...${CL}"
temp_dir=$(mktemp -d) temp_dir=$(mktemp -d)
curl -sL https://github.com/community-scripts/ProxmoxVE/raw/refs/heads/main/misc/figlet.tar.xz -o "$temp_dir/figlet.tar.xz" curl -sL https://github.com/community-scripts/ProxmoxVE/raw/refs/heads/profile_d_motd/misc/figlet.tar.xz -o "$temp_dir/figlet.tar.xz"
mkdir -p /tmp/figlet mkdir -p /tmp/figlet
tar -xf "$temp_dir/figlet.tar.xz" -C /tmp/figlet --strip-components=1 tar -xf "$temp_dir/figlet.tar.xz" -C /tmp/figlet --strip-components=1
cd /tmp/figlet cd /tmp/figlet