Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Fixing bug #647 #724

Merged
merged 1 commit into from Sep 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/configure_base.sh
Expand Up @@ -19,7 +19,7 @@ install_options() {

op_title="$install_op_msg"
while (true) ; do
install_opt=$(dialog --ok-button "$ok" --cancel-button "$cancel" --menu "$install_opt_msg" 16 72 5 \
install_opt=$(dialog --ok-button "$ok" --cancel-button "$cancel" --menu "$install_opt_msg" 16 80 5 \
"Anarchy-Desktop" "$install_opt1" \
"Anarchy-Desktop-LTS" "$install_opt2" \
"Anarchy-Server" "$install_opt3" \
Expand Down