Update README.md

This commit is contained in:
tteckster 2022-03-04 12:51:45 -05:00 committed by GitHub
parent b27b040dab
commit 206714b4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -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>