Projects STRLCPY got-your-back Commits 50de3f12
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    install-gyb.sh
    skipped 27 lines
    28 28  gybversion="latest"
    29 29  adminuser=""
    30 30  regularuser=""
    31  -glibc_vers="2.31"
     31 +glibc_vers="2.35"
    32 32   
    33 33  while getopts "hd:a:o:b:lp:u:r:v:" OPTION
    34 34  do
    skipped 74 lines
    109 109   done
    110 110   case $myarch in
    111 111   x86_64) gybfile="linux-x86_64-$useglibc.tar.xz";;
    112  - arm64|aarch64) gybfile="linux-aarch64-glibc2.28.tar.xz";;
    113  - armv7l) gybfile="linux-armv7l-glibc2.28.tar.xz";;
     112 + arm64|aarch64) gybfile="linux-aarch64-$useglibc.tar.xz";;
    114 113   *)
    115  - echo_red "ERROR: this installer currently only supports x86_64, aarch64 and armv7l. Looks like you're running on $myarch. You'll need to try the Python source. Exiting."
     114 + echo_red "ERROR: this installer currently only supports x86_64 and aarch64 architectures. Looks like you're running on $myarch. You'll need to try the Python source. Exiting."
    116 115   exit
    117 116   esac
    118 117   ;;
    skipped 230 lines
Please wait...
Page is in error, reload to recover