Skip to content

Instantly share code, notes, and snippets.

@adapowers
Created November 21, 2024 22:36
Show Gist options
  • Select an option

  • Save adapowers/21ed3916b4aee3257b181e8577ffeab7 to your computer and use it in GitHub Desktop.

Select an option

Save adapowers/21ed3916b4aee3257b181e8577ffeab7 to your computer and use it in GitHub Desktop.
install mediainfo and mosh on unraid via ich777's un-get plugin
#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
@Manny8787
Copy link

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...!

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