GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

Earn App pull URL Broken - 404 not found #60

Closed Loggsie closed 1 year ago

Loggsie commented 1 year ago

Below error is received due to broken URL

'Fetching aarch64 --2022-10-27 20:01:31-- https://brightdata.com/static/earnapp/aarch64 Resolving brightdata.com (brightdata.com)... 172.67.12.97, 104.22.26.189, 104.22.27.189 Connecting to brightdata.com (brightdata.com)|172.67.12.97|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2022-10-27 20:01:32 ERROR 404: Not Found.'

Deploy script needs amending to pull from source

wget -qO- https://brightdata.com/static/earnapp/install.sh > /tmp/earnapp.sh && sudo bash /tmp/earnapp.sh

GreenFrogSB commented 1 year ago

Corrected #60