mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Update build.func
This commit is contained in:
parent
6719a7820a
commit
89b447b9e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user