EOF
$DIALOG --file $TMP/menu-tz$$ 2> $TMP/tz$$
ret=$?
if [ $ret -eq 1 -o $ret -eq 255 ]; then
rm -f $TMP/tz$$
rm -f $TMP/menu-tz$$
exit
fi
TIMEZONE="`cat $TMP/tz$$`"
rm -f $TMP/tz$$
rm -f $TMP/menu-tz$$
setzone $TIMEZONE
exit
The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines
EOF
$DIALOG --file $TMP/menu-tz$$ 2> $TMP/tz$$
ret=$?
if [ $ret -eq 1 -o $ret -eq 255 ]; then
rm -f $TMP/tz$$
rm -f $TMP/menu-tz$$
exit
fi
TIMEZONE="`cat $TMP/tz$$`"
rm -f $TMP/tz$$
rm -f $TMP/menu-tz$$
setzone $TIMEZONE
exit