Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
khvalera committed Mar 21, 2018
1 parent 01b7c14 commit a45c6c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install-snuglinux.func
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,10 @@ install_type() {
fi
VARS=$(echo $line | tr " " "\n");
STR_PKG=( ${VARS} )
set -x
install_pkg "${STR_PKG[0]}" "${STR_PKG[1]}" "${STR_PKG[2]}"
echo "install > down"
if [ $? = 0 ]; then
download_pkg "${STR_PKG[0]}"
fi
exit
done
IFS=$IFS_OLD
}

0 comments on commit a45c6c3

Please sign in to comment.