melawy-archiso-config/make_iso/06_chown.sh

6 lines
59 B
Bash
Executable File

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