Page 1 of 1

wget failed

Posted: Sat Apr 29, 2017 6:22 am
by sabra
i want to install zoneminder based packeages and then develop it
but when i did first step:

wget https://raw.githubusercontent.com/ZoneM ... package.sh
Error:
--2017-04-29 10:30:43-- https://raw.githubusercontent.com/ZoneM ... package.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 10.10.34.34, 10.10.34.34
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|10.10.34.34|:443... failed: Connection refused.
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|10.10.34.34|:443... failed: Connection refused


im new to ubuntu and zoneminder
guide me please :cry: :(

Re: wget failed

Posted: Sat Apr 29, 2017 1:59 pm
by mattionline

Re: wget failed

Posted: Mon May 01, 2017 4:41 am
by sabra
i want have packages to change their code,
i think i cant use easy way cos its not based on package?

Re: wget failed

Posted: Mon May 01, 2017 5:24 pm
by rockedge
use git to get the master branch source code

Code: Select all

git clone -b master https://github.com/ZoneMinder/ZoneMinder.git zoneminder-master
or just get a copy in a zip file -> https://github.com/ZoneMinder/ZoneMinde ... master.zip