Fix obosdi install
This commit is contained in:
parent
187b6d2720
commit
76c9a0191f
1 changed files with 2 additions and 6 deletions
8
obosfi
8
obosfi
|
@ -1847,18 +1847,14 @@ obosdidownload(){
|
||||||
txtselectserver="Select source server :"
|
txtselectserver="Select source server :"
|
||||||
txtback="Back"
|
txtback="Back"
|
||||||
options=()
|
options=()
|
||||||
options+=("sourceforge.net" " (Recommended)")
|
options+=("git.ouroboros.group" "(Recommended")
|
||||||
options+=("github.com" "")
|
|
||||||
sel=$(dialog --backtitle "${apptitle}" --title "${txtselectserver}" --cancel-button "${txtback}" --menu "" 0 0 0 \
|
sel=$(dialog --backtitle "${apptitle}" --title "${txtselectserver}" --cancel-button "${txtback}" --menu "" 0 0 0 \
|
||||||
"${options[@]}" \
|
"${options[@]}" \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
if [ "$?" = "0" ]; then
|
if [ "$?" = "0" ]; then
|
||||||
case ${sel} in
|
case ${sel} in
|
||||||
"sourceforge.net")
|
|
||||||
obosdiurl=obosdi.sourceforge.net/obosdi
|
|
||||||
;;
|
|
||||||
"github.com")
|
"github.com")
|
||||||
obosdiurl=matmoul.github.io/obosdi >obosdi
|
obosdiurl=git.ouroboros.group/Ouroboros/obosdi/raw/branch/master/obosdi > obosdi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue