mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
Merge branch 'three' of https://github.com/smxi/inxi
This commit is contained in:
commit
aa40edda83
12
inxi
12
inxi
|
@ -488,9 +488,6 @@ SELF_DOWNLOAD='https://github.com/smxi/inxi/raw/master/'
|
||||||
SELF_DOWNLOAD_BRANCH_1='https://github.com/smxi/inxi/raw/one/'
|
SELF_DOWNLOAD_BRANCH_1='https://github.com/smxi/inxi/raw/one/'
|
||||||
SELF_DOWNLOAD_BRANCH_2='https://github.com/smxi/inxi/raw/two/'
|
SELF_DOWNLOAD_BRANCH_2='https://github.com/smxi/inxi/raw/two/'
|
||||||
SELF_DOWNLOAD_BRANCH_3='https://github.com/smxi/inxi/raw/three/'
|
SELF_DOWNLOAD_BRANCH_3='https://github.com/smxi/inxi/raw/three/'
|
||||||
SELF_DOWNLOAD_BRANCH_4='https://github.com/smxi/inxi/raw/four/'
|
|
||||||
SELF_DOWNLOAD_BRANCH_BSD='https://github.com/smxi/inxi/raw/bsd/'
|
|
||||||
SELF_DOWNLOAD_BRANCH_GNUBSD='https://github.com/smxi/inxi/raw/gnubsd/'
|
|
||||||
SELF_DOWNLOAD_DEV='https://smxi.org/test/'
|
SELF_DOWNLOAD_DEV='https://smxi.org/test/'
|
||||||
# note, you can use any ip url here as long as it's the only line on the output page.
|
# note, you can use any ip url here as long as it's the only line on the output page.
|
||||||
# Also the ip address must be the last thing on that line. If you abuse this ip tool
|
# Also the ip address must be the last thing on that line. If you abuse this ip tool
|
||||||
|
@ -3218,15 +3215,6 @@ get_parameters()
|
||||||
13)
|
13)
|
||||||
script_self_updater "$SELF_DOWNLOAD_BRANCH_3" 'branch three server' "$opt $OPTARG"
|
script_self_updater "$SELF_DOWNLOAD_BRANCH_3" 'branch three server' "$opt $OPTARG"
|
||||||
;;
|
;;
|
||||||
14)
|
|
||||||
script_self_updater "$SELF_DOWNLOAD_BRANCH_4" 'branch four server' "$opt $OPTARG"
|
|
||||||
;;
|
|
||||||
15)
|
|
||||||
script_self_updater "$SELF_DOWNLOAD_BRANCH_BSD" 'branch bsd server' "$opt $OPTARG"
|
|
||||||
;;
|
|
||||||
16)
|
|
||||||
script_self_updater "$SELF_DOWNLOAD_BRANCH_GNUBSD" 'branch gnubsd server' "$opt $OPTARG"
|
|
||||||
;;
|
|
||||||
http*)
|
http*)
|
||||||
script_self_updater "$OPTARG" 'alt server' "$opt <http...>"
|
script_self_updater "$OPTARG" 'alt server' "$opt <http...>"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue