make /var/cache/raspiblitz world writable for qemu

This commit is contained in:
openoms 2024-03-13 11:48:22 +01:00
parent 19bf56b870
commit 0576ba7eaa
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -6,5 +6,8 @@ wget https://raw.githubusercontent.com/${github_user}/raspiblitz/${branch}/home.
# make /dev/shm world writable for qemu
sudo chmod 777 /dev/shm
# make /var/cache/raspiblitz world writable for qemu
sudo chmod 777 /var/cache/raspiblitz
echo 'Build Fatpack ...'
bash blitz.fatpack.sh