This commit is contained in:
Kroese 2023-04-14 17:08:55 +02:00 committed by GitHub
parent eb0022f855
commit 213092dcd8

View File

@ -16,6 +16,11 @@ fi
BASE=$(basename "$URL" .pat)
rm -f "$IMG"/"$BASE".pat
rm -f "$IMG"/"$BASE".agent
rm -f "$IMG"/"$BASE".boot.img
rm -f "$IMG"/"$BASE".system.img
echo "Install: Downloading extractor..."
TMP="$IMG/tmp"
@ -133,7 +138,7 @@ cp /agent/service.sh $LOC/agent.sh
chmod +x $LOC/agent.sh
# Store agent version
echo "2" > "$IMG"/agent.ver
echo "2" > "$IMG"/"$BASE".agent
if [ "$PRIVILEGED" = false ]; then