mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
code refactoring
This commit is contained in:
parent
6d2a8a2ec4
commit
7305fa4f0a
6 changed files with 4 additions and 43 deletions
|
@ -207,12 +207,6 @@ msg_ok "Installed PostgreSQL"
|
|||
|
||||
read -r -p "Would you like to add Adminer? <y/N> " prompt
|
||||
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||
ADMINER="Y"
|
||||
else
|
||||
ADMINER="N"
|
||||
fi
|
||||
|
||||
if [[ $ADMINER == "Y" ]]; then
|
||||
msg_info "Installing Adminer"
|
||||
$STD apt install -y adminer
|
||||
$STD sudo a2enconf adminer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue