Files
GoogleDriveManagement/docs/Downloads-Installs.md
Ross Scroggs caddda2b1c
Some checks failed
Build and test GAM / build (Win64, build, 7, VC-WIN64A, windows-2022) (push) Has been cancelled
Build and test GAM / build (aarch64, build, 2, linux-aarch64, [self-hosted linux arm64]) (push) Has been cancelled
Build and test GAM / build (aarch64, build, 4, linux-aarch64, [self-hosted linux arm64], yes) (push) Has been cancelled
Build and test GAM / build (aarch64, build, 6, darwin64-arm64, macos-14) (push) Has been cancelled
Build and test GAM / build (x86_64, build, 1, linux-x86_64, ubuntu-22.04) (push) Has been cancelled
Build and test GAM / build (x86_64, build, 3, linux-x86_64, ubuntu-22.04, yes) (push) Has been cancelled
Build and test GAM / build (x86_64, build, 5, darwin64-x86_64, macos-13) (push) Has been cancelled
Build and test GAM / build (x86_64, test, 10, ubuntu-24.04, 3.10) (push) Has been cancelled
Build and test GAM / build (x86_64, test, 11, ubuntu-24.04, 3.11) (push) Has been cancelled
Build and test GAM / build (x86_64, test, 8, ubuntu-24.04, 3.13) (push) Has been cancelled
Build and test GAM / build (x86_64, test, 9, ubuntu-24.04, 3.9) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Check for Google Root CA Updates / check-apis (push) Has been cancelled
Build and test GAM / merge (push) Has been cancelled
Build and test GAM / publish (push) Has been cancelled
Integrate Wikis - Step 1
2024-10-06 09:02:31 -07:00

2.6 KiB

!# Downloads-Installs-GAM7 You can download and install the current GAM7 release from the GitHub Releases page. Choose one of the following:

  • Executable Archive, Automatic, Linux/Mac OS/Google Cloud Shell/Raspberry Pi/ChromeOS
    • Start a terminal session and execute one of the following commands:
    • New install, default path $HOME/bin
      • bash <(curl -s -S -L https://git.io/gam-install)
    • New install, specify a path
      • bash <(curl -s -S -L https://git.io/gam-install) -d <Path>
    • Update to latest version, do not create project or authorizations, default path $HOME/bin
      • bash <(curl -s -S -L https://git.io/gam-install) -l
    • Update to latest version, do not create project or authorizations, specify a path
      • bash <(curl -s -S -L https://git.io/gam-install) -l -d <Path>

By default, a folder, gam7, is created in the default or specified path and the files are downloaded into that folder. Add the -s option to the end of the above commands to suppress creating the gam7 folder; the files are downloaded directly into the default or specified path.

  • Executable Archive, Manual, Linux/Google Cloud Shell

    • gam-7.wx.yz-linux-x86_64-glibc2.35.tar.xz
    • gam-7.wx.yz-linux-x86_64-glibc2.31.tar.xz
    • gam-7.wx.yz-linux-x86_64-legacy.tar.xz
    • Download the archive, extract the contents into some directory.
    • Start a terminal session.
  • Executable Archive, Manual, Raspberry Pi/ChromeOS ARM devices

    • gam-7.wx.yz-linux-aarch-glibc2.31.tar.xz
    • gam-7.wx.yz-linux-aarch-legacy.tar.xz
    • Download the archive, extract the contents into some directory.
    • Start a terminal session.
  • Executable Archive, Manual, Mac OS versions Big Sur, Monterey, Ventura - M1/M2

    • gam-7.wx.yz-macos-aarch.tar.xz
    • Download the archive, extract the contents into some directory.
    • Start a terminal session.
  • Executable Archive, Manual, Mac OS, versions Big Sur, Monterey, Ventura - Intel

    • gam-7.wx.yz-macos-x86_64.tar.xz
    • Download the archive, extract the contents into some directory.
    • Start a terminal session.
  • Executable Archive, Manual, Windows 64 bit

    • gam-7.wx.yz-windows-x86_64.zip
    • Download the archive, extract the contents into some directory.
    • Start a Command Prompt/PowerShell session.
  • Executable Installer, Manual, Windows 64 bit

    • gam-7.wx.yz-windows-x86_64.msi
    • Download the installer and run it.
    • Start a Command Prompt/PowerShell session.
  • Source, all platforms

    • Source code(zip)
    • Source code(tar.gz)
    • Download the archive, extract the contents into some directory.
    • Start a terminal/Command Prompt/PowerShell session.