mirror of https://github.com/tteck/Proxmox.git
fix: adjust missing references
This commit is contained in:
parent
1fdac65f7d
commit
7c3d9f960b
misc
build.func
copy-data
home-assistant-container-copy-data-home-assistant-container.shhome-assistant-container-copy-data-home-assistant-core.shhome-assistant-container-copy-data-podman-home-assistant.shhome-assistant-core-copy-data-home-assistant-container.shhome-assistant-core-copy-data-home-assistant-core.shplex-copy-data-plex.shpodman-home-assistant-copy-data-home-assistant-container.shz2m-copy-data-z2m.shzwavejs2mqtt-copy-data-zwavejsui.sh
|
@ -654,7 +654,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
|
|||
EOF'
|
||||
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
|
||||
fi
|
||||
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
|
||||
lxc-attach -n "$CTID" -- bash -c "$(fs_cat install/$var_install.sh)" || exit
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -125,4 +125,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from one Home Assistant LXC to another
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
|
||||
|
|
|
@ -121,4 +121,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from a Home Assistant Container LXC to a Home Assistant Core LXC
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
|
||||
|
|
|
@ -126,4 +126,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
|
||||
|
|
|
@ -121,4 +121,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
|
||||
|
|
|
@ -120,4 +120,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from a Home Assistant Core LXC to a Home Assistant Container LXC
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
|
||||
|
|
|
@ -125,4 +125,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from one Plex Media Server LXC to another
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/plex-copy-data-plex.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/plex-copy-data-plex.sh)"
|
||||
|
|
|
@ -126,4 +126,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC.
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
|
||||
|
|
|
@ -125,4 +125,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from one Zigbee2MQTT LXC to another
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/z2m-copy-data-z2m.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/z2m-copy-data-z2m.sh)"
|
||||
|
|
|
@ -127,4 +127,4 @@ info "Successfully Transferred Data."
|
|||
|
||||
# Use to copy all data from a Zwavejs2MQTT LXC to a Z-wave JS UI LXC
|
||||
# run from the Proxmox Shell
|
||||
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
|
||||
# bash -c "$(fs_cat misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
|
||||
|
|
Loading…
Reference in New Issue