diff --git a/inxi b/inxi index ecaf2f6..911b813 100755 --- a/inxi +++ b/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_2='https://github.com/smxi/inxi/raw/two/' 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/' # 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 @@ -3218,15 +3215,6 @@ get_parameters() 13) 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*) script_self_updater "$OPTARG" 'alt server' "$opt " ;;