mirror of https://github.com/tteck/Proxmox.git
Update README.md
parent
b27b040dab
commit
206714b4de
18
README.md
18
README.md
|
@ -27,6 +27,24 @@ ________________________________________________________________________________
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> 🔸Proxmox Kernel Clean</summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/home-assistant/brands/blob/master/core_integrations/proxmoxve/icon.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading">Proxmox Kernel Clean </h1>
|
||||
|
||||
Cleaning unused kernel images is not only good because of a reduced grub menu, but also gains some disk space.
|
||||
|
||||
Run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/kernel-clean.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> 🔸Proxmox LXC Updater</summary>
|
||||
|
||||
|
|
Loading…
Reference in New Issue