mirror of https://github.com/tteck/Proxmox.git
Merge pull request #2 from chmistry/immich-script
update build.func and install.sh to work with remote branch
This commit is contained in:
commit
893e73f2bf
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
|
||||
source <(curl -s https://raw.githubusercontent.com/chmistry/proxmox-immich/main/misc/build.func)
|
||||
# Copyright (c) 2024 chmistry
|
||||
# Author: chmistry
|
||||
# License: MIT
|
||||
|
@ -21,7 +21,7 @@ echo -e "Loading..."
|
|||
APP="immich"
|
||||
var_disk="50"
|
||||
var_cpu="4"
|
||||
var_ram="8193"
|
||||
var_ram="8192"
|
||||
var_os="ubuntu"
|
||||
var_version="24.04"
|
||||
variables
|
||||
|
|
|
@ -633,7 +633,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 "$(wget -qLO - https://raw.githubusercontent.com/chmistry/proxmox-immich/main/install/$var_install.sh)" || exit
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue