v2.7: Fixed auto-update path detection for case-sensitive file systems

- Replaced hardcoded paths with dynamic path detection using __file__
- Auto-update now works regardless of folder case (prezenta vs Prezenta)
- Added comprehensive dependency management documentation
- Enhanced port 80 capability setup script
- Updated system packages repository structure
- Fixed path resolution for Files/reposytory and system_packages directories
This commit is contained in:
2025-08-14 15:51:29 +03:00
parent 0b9419c6d2
commit 6975e18ed2
48 changed files with 2766 additions and 121 deletions

3
libraries.sh Normal file → Executable file
View File

@@ -11,4 +11,7 @@ pip3 install /home/pi/Desktop/Prezenta/Files/reposytory/rdm6300-0.1.1-py3-none-a
pip3 install /home/pi/Desktop/Prezenta/Files/reposytory/typing_extensions-4.11.0-py3-none-any.whl -f ./ --no-index --no-deps --break-system-packages
pip3 install /home/pi/Desktop/Prezenta/Files/reposytory/FreeSimpleGUI-5.0.0-py3-none-any.whl -f ./ --no-index --no-deps --break-system-packages
pip3 install /home/pi/Desktop/Prezenta/Files/reposytory/func_timeout-4.3.5-py3-none-any.whl -f ./ --no-index --no-deps --break-system-packages
sudo chmod a+r /home/pi/Desktop/Aiohttp/python3-aiohttp.deb
sudo apt install /home/pi/Desktop/Aiohttp/python3-aiohttp.deb
echo -e "\e[1;32m Librariile au fost instalate cu succes \e[0m"