mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 05:30:53 +00:00
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE
This commit is contained in:
@@ -417,6 +417,10 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
|
|||||||
|
|
||||||
- CR*NMASTER ([#12065](https://github.com/community-scripts/ProxmoxVE/pull/12065))
|
- CR*NMASTER ([#12065](https://github.com/community-scripts/ProxmoxVE/pull/12065))
|
||||||
|
|
||||||
|
- #### 🔧 Refactor
|
||||||
|
|
||||||
|
- Update package management commands in clean-lxcs.sh [@heinemannj](https://github.com/heinemannj) ([#12166](https://github.com/community-scripts/ProxmoxVE/pull/12166))
|
||||||
|
|
||||||
## 2026-02-21
|
## 2026-02-21
|
||||||
|
|
||||||
### 🚀 Updated Scripts
|
### 🚀 Updated Scripts
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ function header_info() {
|
|||||||
/ / / / _ \/ __ `/ __ \ / / | / /
|
/ / / / _ \/ __ `/ __ \ / / | / /
|
||||||
/ /___/ / __/ /_/ / / / / / /___/ / /___
|
/ /___/ / __/ /_/ / / / / / /___/ / /___
|
||||||
\____/_/\___/\__,_/_/ /_/ /_____/_/|_\____/
|
\____/_/\___/\__,_/_/ /_/ /_____/_/|_\____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,10 +75,10 @@ function run_lxc_clean() {
|
|||||||
find /var/cache -type f -delete 2>/dev/null
|
find /var/cache -type f -delete 2>/dev/null
|
||||||
find /var/log -type f -delete 2>/dev/null
|
find /var/log -type f -delete 2>/dev/null
|
||||||
find /tmp -mindepth 1 -delete 2>/dev/null
|
find /tmp -mindepth 1 -delete 2>/dev/null
|
||||||
apt-get -y --purge autoremove
|
apt -y --purge autoremove
|
||||||
apt-get -y autoclean
|
apt -y autoclean
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
apt-get update
|
apt update
|
||||||
fi
|
fi
|
||||||
'
|
'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user