Skip to content

My collection of powerful open-source single line scripts ! Windows & Office activator, useful proxmox stuff and more...

Notifications You must be signed in to change notification settings

Bitte-ein-Git/run

Repository files navigation

Logo


My collection of scripts and tools for automating boring stuff.


📋 Jump to topic:

1 » Windows & Office Activation

2. » Proxmox-VE:

Details

3 » SpotX - Spotify Adfree

4 » Apple USB Drivers

5 » VS Code Installer


1 » Windows & Office Activation

How to Activate Windows / Office?

  1. Open PowerShell
    To do that, press the Windows key + X, then select PowerShell or Terminal.

  2. Copy and paste the code below, then press enter.

irm https://run.heyfordy.de | iex

Alternatively, you can use the following (this will be deprecated in the future):

irm https://win.heyfordy.de/activate | iex
  1. You will see the activation options. Choose the activation options highlighted in green.

  2. That's all


2 » Proxmox

2.1 » Proxmox-VE Post Installation

This script is intended for managing or enhancing the PVE host system directly.

How to install ?

  1. Open Host Shell
    To do that, open your PVE Webinterface, select your node and open the shell.

  2. Copy and paste the code below, then press enter.

bash -c "$(curl -fsSL https://run.heyfordy.de/pve)"
  1. That's it!

2.2 » Proxmox-VE Docker

This script installs docker to proxmox.

How to install ?

  1. Open Host Shell
    To do that, open your PVE Webinterface, select your node and open the shell.

  2. Copy and paste the code below, then press enter.

bash -c "$(curl -fsSL https://run.heyfordy.de/pved)"
  1. That's it!

2.3 » Proxmox-VE Home Assistant

This script installs Home Assistant & Portainer to proxmox.

How to install ?

  1. Open Host Shell
    To do that, open your PVE Webinterface, select your node and open the shell.

  2. Copy and paste the code below, then press enter.

bash -c "$(curl -fsSL https://run.heyfordy.de/pveha)"
  1. That's it!

›› Config File will be available at:

/var/lib/docker/volumes/hass_config/_data

3 » SpotX - Spotify Adfree

How to install SpotX?

  1. Open PowerShell
    To do that, press the Windows key + X, then select PowerShell or Terminal.

  2. Copy and paste the code below, then press enter.

iex "& { $(iwr -useb 'https://run.heyfordy.de/spotx') } -new_theme -block_update_on"
  1. That's all

4 » Apple USB Drivers

How to install the Apple USB drivers?

  1. Open PowerShell
    To do that, press the Windows key + X, then select PowerShell or Terminal.

  2. Copy and paste the code below, then press enter.

irm https://run.heyfordy.de/apple | iex
  1. That's all


5 » VS Code Installer

How to install Visual Studio Code?

  1. Open PowerShell
    To do that, press the Windows key + X, then select PowerShell or Terminal.

  2. Copy and paste the code below, then press enter.

irm https://run.heyfordy.de/vs-code | iex
  1. That's all

About

My collection of powerful open-source single line scripts ! Windows & Office activator, useful proxmox stuff and more...

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •