Created
November 21, 2024 22:36
-
-
Save adapowers/21ed3916b4aee3257b181e8577ffeab7 to your computer and use it in GitHub Desktop.
install mediainfo and mosh on unraid via ich777's un-get plugin
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
| #bin/bash | |
| /usr/local/sbin/plugin https://github.com/ich777/un-get/raw/refs/heads/master/un-get.plg | |
| # Add ponce.cc to sources (needed for mediainfo) | |
| echo "https://ponce.cc/slackware/slackware64-current/" >> /boot/config/plugins/un-get/sources.list | |
| # Update sources list | |
| un-get update | |
| echo "Done! To transition fully to un-get, run: un-get cleanup" | |
| echo "NOTE: This will DELETE all files in /boot/extra not installed by un-get" | |
| # mediainfo | |
| un-get install mediainfo libmediainfo libzen graphviz libmms tinyxml2 | |
| # mosh | |
| un-get install mosh protobuf abseil-cpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't get the un-get to update.
I am receiving the error. Not sure why is going wrong, I copied and pasted the lines individually.
Checksums from repository conraid successfully downloaded!
Please wait obtaining package list from repository https://ponce.cc/slackware/slackware64-current/...
/tmp/un-get/filelist-https://ponce.cc/slackware/slackware64-current/: No such file or directory
/tmp/un-get/filelist-https://ponce.cc/slackware/slackware64-current/: No such file or directory
Can't fetch package list from repository https://ponce.cc/slackware/slackware64-current/, please try again later...!