Skip to content

Commit

Permalink
install: make sure install is performed on proxmox host
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 15, 2024
1 parent 1ffe835 commit 7b16e8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions install/proxmox/install-scrypted-proxmox.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
PCT=$(which pct)
if [ -z "$PCT" ]
then
echo "pct command not found. This script must be run on the Proxmox host, not a container."
echo "Installation Documentation: https://docs.scrypted.app/installation.html#proxmox-ve"
exit 1
fi

function readyn() {
while true; do
read -p "$1 (y/n) " yn
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b16e8e

Please sign in to comment.