This commit is contained in:
CanbiZ
2025-06-03 14:04:41 +02:00
parent 7e6b11e172
commit e1734d8742
2 changed files with 387 additions and 9 deletions

View File

@@ -94,12 +94,3 @@ msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"
# read -p "Remove this script? <y/N> " prompt
# if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
# pct stop "$CTID"
# pct remove "$CTID"
# msg_ok "Removed this script"
# else
# msg_warn "Did not remove this script"
# fi