Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates Preware feed for FeedSpider to secure URL.
Open-WebOS-DCO-1.0-Signed-Off-By: Doug Reeder <reeder.29@gmail.com>
  • Loading branch information
DougReeder committed Nov 3, 2016
1 parent 31d0bac commit 5989f79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,12 @@ tmp
.project
.cproject

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Expand Up @@ -41,12 +41,12 @@ pkg_postinst_${PN}() {
# Install webosports all-arch feeds
echo "src/gz webosports http://feeds.webos-ports.org/webos-ports/all" > $APPS/${sysconfdir}/opkg/webos-ports.conf

# Add additional feeds which are disabled by default and NOT SUPPORTED by webOS
# Add additional feeds which are disabled by default and NOT SUPPORTED by webOS-ports
# ports / LuneOS. The user has to turn them on manually to use them.
echo "src PivotCE https://feed.pivotce.com" > $APPS/${sysconfdir}/opkg/pivotce.conf.disabled
echo "src Macaw-enyo https://minego.net/preware/macaw-enyo" > $APPS/${sysconfdir}/opkg/macaw-enyo.conf.disabled
echo "src Hominid-Software https://hominidsoftware.com/preware" > $APPS/${sysconfdir}/opkg/hominid-software.conf.disabled
echo "src/gz FeedSpider2 http://feedspider.net/luneos" > $APPS/${sysconfdir}/opkg/feedspider.conf.disabled
echo "src/gz FeedSpider2 https://www.hunternet.ca/fs/luneos" > $APPS/${sysconfdir}/opkg/feedspider.conf.disabled
else
exit 1
fi
Expand Down

0 comments on commit 5989f79

Please sign in to comment.