Skip to content
Snippets Groups Projects
Verified Commit 8614d9fb authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed useless macos

parent a914d3e5
No related branches found
No related tags found
No related merge requests found
......@@ -160,8 +160,8 @@ download_installer() {
}
linux_install() {
command chmod +x "$installer" || die "Failed to chmod +x $installer for MacOS"
command mv -i "$installer" "$dest" || die "Failed to move $installer to $dest for MacOS"
command chmod +x "$installer" || die "Failed to chmod +x $installer"
command mv -i "$installer" "$dest" || die "Failed to move $installer"
}
macos_install() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment