Jump to content

skwerlman

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by skwerlman

  1. Regarding the linux install instructions, you can simply run this: curl "https://raw.githubusercontent.com/zlepper/TechnicSolderHelper/master/installer.sh" | sh curl echos the contents of the URI to stdout, which we pipe to sh. This way we only need to run one command instead of two. Additionally, we don't save install.sh to disk.
×
×
  • Create New...