wget failed

Forum for questions and support relating to the 1.30.x releases only.
Locked
sabra
Posts: 4
Joined: Sat Apr 29, 2017 6:17 am

wget failed

Post 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: :(
mattionline
Posts: 53
Joined: Thu Jun 18, 2015 7:27 pm

Re: wget failed

Post by mattionline »

My Personal Blog: https://mattionline.de
sabra
Posts: 4
Joined: Sat Apr 29, 2017 6:17 am

Re: wget failed

Post by sabra »

i want have packages to change their code,
i think i cant use easy way cos its not based on package?
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: wget failed

Post 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
Locked