fix(archiso): chmod 777 build and out dirs after mkarchiso

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
Amir Alexander Abdelbaki 2026-05-21 20:36:49 +02:00
parent cfe102b26f
commit fb4cef6a09
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ fi
echo "Building ISO (this may take a while)..."
sudo mkarchiso -v -w "$WORK_DIR/mkarchiso" -o "$OUT_DIR" "$PROFILE"
sudo chmod -R 777 "$WORK_DIR" "$OUT_DIR"
sudo chown -R "$(id -u):$(id -g)" "$WORK_DIR" "$OUT_DIR"
echo