From 9231c75296202d939ad0d1d49d96ed0203bf088e Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 29 Apr 2014 09:43:12 -0400 Subject: [PATCH] tarfile is now a zipfile --- pines-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- 2.11.0