sensible-browser $EPSON_URL
if [ -e $DOWNLOAD_DIR/$EPSON_ARCHIVE ]; then
cd $HOME
- xterm $TERM_SET -e "tar zxvf $DOWNLOAD_DIR/$EPSON_ARCHIVE"
+ xterm $TERM_SET -e "unzip $DOWNLOAD_DIR/$EPSON_ARCHIVE"
cd $EPSON_DIR || {
zenity --window-icon="$CLIENT_DIR/evergreen-0.png" --title="$PRG_NAME" --height="50" --width="350" --no-wrap --error --text="Could not change to $EPSON_DIR."
zenity --window-icon="$CLIENT_DIR/evergreen-0.png" --title="$PRG_NAME" --height="50" --width="350" --timeout="3" --no-wrap --error --text="Exiting Setup..."