>>109072177
>If you are genuinely worried about being pwned use something lime Qubes or spin up a throwaway VM server and use a read-only AI agent to check through the code
Yeah, not explained in curl | bash
is shitting up your system with config files and not knowing where anything is installed to, or what kind of access it uses.
sudo tee /etc/systemd/system/tavernai.service >/dev/null << SVCEOF
[Unit]
Description=TavernAI 2
After=network.target
[Service]
Type=simple
WorkingDirectory=$INSTALL_DIR
ExecStart=$SERVICE_COMMAND
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
SVCEOF
sudo systemctl daemon-reload
sudo systemctl enable tavernai
sudo systemctl start tavernai
This kind of bullshit should tell you to stay away. this belongs in /home as a systemd user unit file not root. if you want to fuck with /etc then you use your package manager.