tarfile is now a zipfile
authorChris Sharp <csharp@georgialibraries.org>
Tue, 29 Apr 2014 13:43:12 +0000 (09:43 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 29 Apr 2014 13:43:12 +0000 (09:43 -0400)
pines-ubuntu.sh

index 233cc80..8130656 100755 (executable)
@@ -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..."