Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4665 from golemfactory/kt_b0.20_fix_installer_linux
Browse files Browse the repository at this point in the history
Update installer for Linux to install proper version
  • Loading branch information
ktomala authored Sep 2, 2019
2 parents 7a50aff + 499e7a7 commit 41b08a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Installer_Linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ main () {
self_check
cache_sudo
retrieve_manifest
parse_releases
parse_releases "${VERSION_TO_INSTALL}"
info_msg "Golem has been installed succesfully."
}

Expand Down

0 comments on commit 41b08a8

Please sign in to comment.