Last active
February 18, 2023 23:29
-
-
Save ericswpark/5db8957a2938667696aad0ed4fc6c325 to your computer and use it in GitHub Desktop.
Install mosh on unRAID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Last tested working on unRAID 6.11.5