Release v7.1.1
OS: Ubuntu 24
Ran the install script:
curl -fsSL https://ourlifeos.ai/install.sh | bash
Got the following error:
✗ Network install needs LIFEOS_REPO set (owner/name), or use LIFEOS_SRC for a local install.
bug: it defaults LIFEOS_REPO to danielmiessler/LifeOS, then explicitly refuses to network-install when LIFEOS_REPO equals that exact default (line 171-173: if [ "$LIFEOS_REPO" = "danielmiessler/LifeOS" ]; then error "..."; exit 1).
Release v7.1.1
OS: Ubuntu 24
Ran the install script:
curl -fsSL https://ourlifeos.ai/install.sh | bash
Got the following error:
✗ Network install needs LIFEOS_REPO set (owner/name), or use LIFEOS_SRC for a local install.
bug: it defaults LIFEOS_REPO to danielmiessler/LifeOS, then explicitly refuses to network-install when LIFEOS_REPO equals that exact default (line 171-173: if [ "$LIFEOS_REPO" = "danielmiessler/LifeOS" ]; then error "..."; exit 1).