Install Script Failure
The install script is failing when it tries to download the .zip file.
2022-07-03 09:36:35 (9.66 MB/s) - ‘Dynaframe2.zip.2’ saved [25269628/25269628]
FAILURE! Dynaframe2.zip did not download successfully
Edit: I figured out the issue. The install script is based on the fact that the user and home directory is named pi. If you've changed to a different name or account the script will fail.
I got the same error happen to me, I have submitted a fix for this to the repository.
I got the same error happen to me, I have submitted a fix for this to the repository.
hi, how do i use this fix?
i used this and it worked sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.01/install.sh && bash install.sh; rm -f install.sh
sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.06/install.sh && bash install.sh; rm -f install.sh that was the latest version that worked
sudo wget https://github.com/Geektoolkit/Dynaframe3/releases/download/2.06/install.sh && bash install.sh; rm -f install.sh that was the latest version that worked
That fixed the problem for me... update the description on youtube...
Is it known why the download of the Zip fails? I downgraded to 2.06, but wonder what this is not fixed in the newer version.