Update README.md
This commit is contained in:
parent
0575c9f0e5
commit
aeb6f8c359
14
README.md
14
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# pve-patch
|
# pve-patch
|
||||||
|
|
||||||
Removes subscription dialogs, replaces enterprise repository with non-subscription repository and replaces branding. Tested on PVE 6.1-5.
|
Removes subscription dialogs, replaces enterprise repository with non-subscription repository and replaces branding. Tested on PVE 66.1-8.
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
|
|
||||||
|
|
@ -26,15 +26,3 @@ Enterprise repository
|
||||||
```
|
```
|
||||||
mv /etc/apt/sources.list.d/pve-enterprise.list~ /etc/apt/sources.list.d/pve-enterprise.list
|
mv /etc/apt/sources.list.d/pve-enterprise.list~ /etc/apt/sources.list.d/pve-enterprise.list
|
||||||
```
|
```
|
||||||
|
|
||||||
Branding
|
|
||||||
|
|
||||||
```
|
|
||||||
cp -f /usr/share/pve-manager/images/favicon.ico~ \
|
|
||||||
/usr/share/pve-patch/images/favicon.ico && \
|
|
||||||
cp -f /usr/share/pve-manager/images/logo-128.png~ \
|
|
||||||
/usr/share/pve-patch/images/logo-128.png && \
|
|
||||||
cp -f /usr/share/pve-manager/images/proxmox_logo.png~ \
|
|
||||||
/usr/share/pve-patch/images/proxmox_logo.png && \
|
|
||||||
/usr/share/pve-patch/scripts/apply.sh
|
|
||||||
```
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue