Code: Select all
wget -O - -q http://updates.mynonpublic.com/oea/feed | bash
or
Code: Select all
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash -xv > /tmp/feed.log 2>&1
Code: Select all
wget -O - -q http://updates.mynonpublic.com/oea/feed | bash
Code: Select all
wget -qO- --no-check-certificate "http://updates.mynonpublic.com/oea/feed" | bash -xv > /tmp/feed.log 2>&1
Users browsing this forum: No registered users and 1 guest