mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update install_proxmenux.sh
This commit is contained in:
parent
70ecaa8a6e
commit
9b5c605dec
@ -60,7 +60,7 @@ update_config() {
|
||||
local timestamp=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
|
||||
|
||||
# List of components we want to track
|
||||
local tracked_components=("whiptail" "curl" "jq" "python3" "python3-venv" "python3-pip" "virtual_environment" "pip" "googletrans")
|
||||
local tracked_components=("whiptail" "dialog" "curl" "jq" "python3" "python3-venv" "python3-pip" "virtual_environment" "pip" "googletrans")
|
||||
|
||||
# Check if the component is in the list of tracked components
|
||||
if [[ " ${tracked_components[@]} " =~ " ${component} " ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user