Skip to content

Instantly share code, notes, and snippets.

@ericswpark
Last active February 18, 2023 23:29
Show Gist options
  • Save ericswpark/5db8957a2938667696aad0ed4fc6c325 to your computer and use it in GitHub Desktop.
Save ericswpark/5db8957a2938667696aad0ed4fc6c325 to your computer and use it in GitHub Desktop.
Install mosh on unRAID
# Switch to extras directory
cd /boot/extras
# Download all packages required
wget https://slack.conraid.net/repository/slackware64-current/mosh/mosh-1.4.0-x86_64-4cf.txz
https://slack.conraid.net/repository/slackware64-current/protobuf/protobuf-21.12-x86_64-1cf.txz
# Install all downloaded packages
installpkg mosh-1.4.0-x86_64-4cf.txz
installpkg protobuf-21.12-x86_64-1cf.txz
@ericswpark
Copy link
Author

Last tested working on unRAID 6.11.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment