From: Chris Sharp Date: Tue, 29 Apr 2014 13:43:12 +0000 (-0400) Subject: tarfile is now a zipfile X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9231c75296202d939ad0d1d49d96ed0203bf088e;p=contrib%2Fpines.git tarfile is now a zipfile --- diff --git a/pines-ubuntu.sh b/pines-ubuntu.sh index 233cc80..8130656 100755 --- a/pines-ubuntu.sh +++ b/pines-ubuntu.sh @@ -92,7 +92,7 @@ zenity --window-icon="$CLIENT_DIR/evergreen-0.png" --title="$PRG_NAME" --height= 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..."