inst1=$($yad_gui--title"Install PortProton"--text"Выберите путь для установки (обновления) PortProton,\nили оставьте его по умолчанию.\n\nВнимание:\nУстанавливать необходимо на файловую систему Linux (ext4, btrfs и прочие)."--list--radiolist--width=600 --height=200 \
inst1=$($yad_gui--title"Install PortProton"--text"Select the installation path (update) port,\nor leave it in default."--list--radiolist--width=600 --height=200 \
--column="Set..."--column"Path:"\
TRUE "${def_path}"\
FALSE "Other path...")
inst1="$(echo$inst1 | awk-F'|''{print $2}')"
["$?"!="0"]&&exit 1
case$inst1in
"${def_path}")
D_PATH="${def_path}";;
"Other path...")
D_PATH="$($yad_gui--file--directory--title="Select the path...")";;