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:
3
libraries.sh
Normal file → Executable file
3
libraries.sh
Normal file → Executable 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"
|
||||
Reference in New Issue
Block a user