This commit is contained in:
2025-07-07 21:28:20 +02:00
parent 129fa8e624
commit 67ded19c93
3 changed files with 5 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ cp web/style.css "$SD_MOUNT_POINT/system/"
echo "Copying script.js..."
cp web/script.js "$SD_MOUNT_POINT/system/"
echo "Copying index.html..."
cp web/index.html "$SD_MOUNT_POINT/system/"
echo "Files copied successfully!"
echo "Your SD card system directory now contains:"
ls -la "$SD_MOUNT_POINT/system/"