Skip to content

Commit 6ae44c1

Browse files
authored
Replace Adminer with AdminNeo in additional_apps.sh
Signed-off-by: enoch85 <[email protected]>
1 parent ecb13c8 commit 6ae44c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

menu/additional_apps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
4646
"Webmin" "(Server GUI like Cpanel)" OFF \
4747
"Talk" "(Video calls and chat for Nextcloud - requires port 3478)" "$STARTUP_SWITCH" \
4848
"SMB-mount" "(Mount SMB-shares from your local network)" OFF \
49-
"Adminer" "(PostgreSQL GUI)" OFF \
49+
"AdminNeo" "(PostgreSQL GUI)" OFF \
5050
"LDAP" "(Windows Active directory for Nextcloud)" OFF \
5151
"Notify Push" "(High Performance Files Backend for Nextcloud)" OFF \
5252
"Netdata" "(Real-time server monitoring in Web GUI)" OFF \
@@ -71,8 +71,8 @@ case "$choice" in
7171
print_text_in_color "$ICyan" "Downloading the Fail2ban Menu..."
7272
run_script MENU fail2ban_menu
7373
;;&
74-
*"Adminer"*)
75-
print_text_in_color "$ICyan" "Downloading the Adminer script..."
74+
*"AdminNeo"*)
75+
print_text_in_color "$ICyan" "Downloading the AdminNeo script..."
7676
run_script APP adminer
7777
;;&
7878
*"ClamAV"*)

0 commit comments

Comments
 (0)