This commit is contained in:
John Lancaster
2026-01-04 16:45:09 -06:00
parent b08ef16aec
commit fe0c66d57a

View File

@@ -61,14 +61,6 @@ update_prompt() {
echo -e "$icon $msg"
}
auto_update_prompt() {
if [[ $REPLY =~ ^[Yy]$ ]]; then
update_prompt $GREEN_CHECK
elif [[ $REPLY =~ ^[Nn]$ ]]; then
update_prompt $RED_X
fi
}
sign_host_cert() {
local if="eth0"
local IP_ADDRESS=$(ip -4 addr show dev $if | awk '/inet /{print $2}' | cut -d/ -f1) && \