fix: consolidate under main branch, remove bones.yml, update README fleet map, fix service files to pull main

This commit is contained in:
Artemis (Iron Legion)
2026-05-27 11:04:08 -04:00
parent 95a7058eb2
commit 75de374d83
9 changed files with 398 additions and 35 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
export SUDO_ASKPASS=/tmp/askpass/askpass.sh
sudo -A pkill -f "iventoy" || true
sleep 2
cd /opt/iventoy
export LD_LIBRARY_PATH=/opt/iventoy/lib/lin64
nohup ./lib/iventoy > /dev/null 2>&1 &
sleep 3
pgrep -f iventoy