-
This commit is contained in:
parent
04d2cdc14c
commit
3d8ac42015
@ -38,9 +38,6 @@ get_header() {
|
|||||||
local header_url="https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/${app_type}/headers/${app_name}"
|
local header_url="https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/${app_type}/headers/${app_name}"
|
||||||
local local_header_path="/usr/local/community-scripts/headers/${app_type}/${app_name}"
|
local local_header_path="/usr/local/community-scripts/headers/${app_type}/${app_name}"
|
||||||
|
|
||||||
echo -e "Fetching header for $app_name from $header_url"
|
|
||||||
echo -e "Saving to $local_header_path"
|
|
||||||
|
|
||||||
mkdir -p "$(dirname "$local_header_path")"
|
mkdir -p "$(dirname "$local_header_path")"
|
||||||
|
|
||||||
if [ ! -s "$local_header_path" ]; then
|
if [ ! -s "$local_header_path" ]; then
|
||||||
|
@ -428,7 +428,7 @@ else
|
|||||||
fi
|
fi
|
||||||
msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
|
msg_ok "Using ${CL}${BL}$STORAGE${CL} ${GN}for Storage Location."
|
||||||
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
|
msg_ok "Virtual Machine ID is ${CL}${BL}$VMID${CL}."
|
||||||
msg_info "Retrieving the URL for the $NAME Disk Image"
|
msg_info "Retrieving the URL for $APP"
|
||||||
URL="https://download.umbrel.com/release/latest/umbrelos-amd64.img.xz"
|
URL="https://download.umbrel.com/release/latest/umbrelos-amd64.img.xz"
|
||||||
FILE="$(basename "$URL")"
|
FILE="$(basename "$URL")"
|
||||||
sleep 2
|
sleep 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user