There was an error while loading. Please reload this page.
1 parent c420922 commit 91ed9a3Copy full SHA for 91ed9a3
1 file changed
packages/lime-system/files/etc/uci-defaults/92_add-lime-repos
@@ -2,13 +2,13 @@
2
echo "LibreMesh version not found in /etc/lime_release - skipping" && exit 0
3
}
4
5
-[ ! -f /usr/bin/apk ] && [ ! -f /bin/opkg ] &&
6
- echo "No package manager found - skipping" && exit 0
+[ ! -d /etc/apk ] && [ ! -d /etc/opkg ] &&
+ echo "No package manager folder found - skipping" && exit 0
7
8
. /etc/os-release
9
. /etc/lime_release
10
11
-feed_host='http://feed.libremesh.org'
+feed_host='https://feed.libremesh.org'
12
feed_ref=$([ $LIME_CODENAME == "development" ] &&
13
echo "master" || echo "$LIME_RELEASE")
14
ow_branch=$( [ $VERSION == 'SNAPSHOT' ] &&
0 commit comments