Commit d1e59f03 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add eget backend support

parent 480dcf00
...@@ -517,7 +517,7 @@ eget() ...@@ -517,7 +517,7 @@ eget()
local EGET local EGET
# use internal eget only if exists # use internal eget only if exists
if [ -s $SHAREDIR/tools_eget ] ; then if [ -s $SHAREDIR/tools_eget ] ; then
$SHAREDIR/tools_eget "$@" ( EGET_BACKEND=$eget_backend $SHAREDIR/tools_eget "$@" )
return return
fi fi
fatal "Internal error: missed tools_eget" fatal "Internal error: missed tools_eget"
......
...@@ -28,5 +28,9 @@ ...@@ -28,5 +28,9 @@
#full_upgrade_no_snap=1 #full_upgrade_no_snap=1
#full_upgrade_no_kernel_update=1 #full_upgrade_no_kernel_update=1
# autodetect by default
#eget_backend=curl
#eget_backend=wget
# own path for eget ipfs database # own path for eget ipfs database
#eget_ipfs_db=/var/lib/eepm/eget-ipfs-db.txt #eget_ipfs_db=/var/lib/eepm/eget-ipfs-db.txt
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment