We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abcb47 commit e9470abCopy full SHA for e9470ab
vm/umbrel-os-vm.sh
@@ -4,9 +4,7 @@
4
# Author: MickLesk (CanbiZ)
5
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6
7
-source /dev/stdin <<<$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/api.func)
8
-source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/vm-core.func)
9
-load_functions
+source /dev/stdin <<<$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func)
10
11
APP="Umbrel OS VM"
12
header_info
0 commit comments