Skip to content

Commit

Permalink
update to 6.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devalex88 committed Mar 20, 2019
1 parent 53fbfe0 commit 94b5e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katalon/src/setup/katalon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ directory=$version
package=Katalon_Studio_Linux_64-$version.tar.gz
unzipped_directory=Katalon_Studio_Linux_64-$version

wget -O $package http://download.katalon.com/$directory/$package
wget -O $package https://github.com/katalon-studio/katalon-studio/releases/download/v$version/Katalon_Studio_Linux_64-$version.tar.gz
tar -xvzf $package -C $KATALON_KATALON_INSTALL_DIR_PARENT
ls
rm $package
Expand Down

0 comments on commit 94b5e49

Please sign in to comment.