Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.33 KB

index.md

File metadata and controls

67 lines (47 loc) · 2.33 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!