taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
732 stars 86 forks source link

Attempting to install on new rhel 7 server and receiving the following error #112

Closed mpreilly924 closed 3 years ago

mpreilly924 commented 3 years ago

The error is indicating that the tarball is not available


+ browser_download_url='ERROR: Attribute: browser_download_url for linux-x86_64-glibc2.15.tar.xz version latest not found'
+ [[ ERROR = \E\R\R\O\R ]]
+ echo_red 'ERROR: Attribute: browser_download_url for linux-x86_64-glibc2.15.tar.xz version latest not found'
+ echo -e '\x1B[1;31mERROR: Attribute: browser_download_url for linux-x86_64-glibc2.15.tar.xz version latest not found'
ERROR: Attribute: browser_download_url for linux-x86_64-glibc2.15.tar.xz version latest not found
+ echo -e '\x1B[0m'

+ exit```
taers232c commented 3 years ago

linux-x86_64-glibc2.15.tar.xz was not in the release, it is now, try again.

Ross