Skip to content

Commit

Permalink
fix(): FIXED - link do script
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeassuncao authored Sep 10, 2021
1 parent 02c3ed1 commit cc82a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxmox/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ O repositório Proxmox contém os seguintes scripts:

#### Script `proxmox_prepare.sh`
- Comando de instalação:
- `bash -c "$(wget -qLO - https://gitlab.jassuncao.work/cpha/install-scripts/-/raw/master/proxmox/proxmox_prepare.sh)"`
- `bash -c "$(wget -qLO - https://raw.githubusercontent.com/CPHApt/install-scripts/master/proxmox/proxmox_prepare.sh)"`
- Retira o repositório comercial,
- Activa o repositório da comunidade,
- Actualiza o Proxmox,
- Retira o popup que avisa sobre não existir uma subscrição

#### Script `proxmox_black_theme.sh`
- Comando de instalação:
- `bash -c "$(wget -qLO - https://gitlab.jassuncao.work/cpha/install-scripts/-/raw/master/proxmox/proxmox_black_theme.sh)"`
- `bash -c "$(wget -qLO - https://raw.githubusercontent.com/CPHApt/install-scripts/master/proxmox/proxmox_black_theme.sh)"`
- Descarrega o ficheiro de instalação
- Corre o script

0 comments on commit cc82a51

Please sign in to comment.