https://github.com/michdo93/proxmox-no-subscription-bash
A bash script that changes proxmox to no-subscription repository.
https://github.com/michdo93/proxmox-no-subscription-bash
Last synced: about 1 year ago
JSON representation
A bash script that changes proxmox to no-subscription repository.
- Host: GitHub
- URL: https://github.com/michdo93/proxmox-no-subscription-bash
- Owner: Michdo93
- Created: 2023-12-18T13:17:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T14:38:55.000Z (over 2 years ago)
- Last Synced: 2023-12-19T15:18:09.670Z (over 2 years ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxmox-no-subscription-bash
## proxmox-ve-no-subscription.bash
A bash script that changes `Proxmox Virtual Environment` to no-subscription repository.
```
wget https://raw.githubusercontent.com/Michdo93/proxmox-no-subscription-bash/main/proxmox-ve-no-subscription.bash -O - | bash
```
## proxmox-bs-no-subscription.bash
A bash script that changes `Proxmox Backup Server` to no-subscription repository.
```
wget https://raw.githubusercontent.com/Michdo93/proxmox-no-subscription-bash/main/proxmox-bs-no-subscription.bash -O - | bash
```