Lifeselector Collection Install Now
Set-ExecutionPolicy Bypass -Scope Process -Force [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco install python nodejs ffmpeg git -y
sudo apt update && sudo apt upgrade -y sudo apt install python3-pip python3-venv ffmpeg git npm -y lifeselector collection install
[Unit] Description=LifeSelector Collection Service After=network.target [Service] User=yourusername WorkingDirectory=/home/yourusername/lifeselector/src ExecStart=/home/yourusername/lifeselector/venv/bin/python run.py Restart=always Set-ExecutionPolicy Bypass -Scope Process -Force [System
cd C:\ git clone https://github.com/[official-repo]/lifeselector-collection.git cd lifeselector-collection lifeselector collection install
sudo nano /etc/systemd/system/lifeselector.service Add the following: