melawy-archiso-config/04_move.sh

7 lines
81 B
Bash
Executable File

#!/bin/bash
sudo chown -R 1000:1000 ./out
mv ./out/* ../boot/iso/
echo "Ready"