Skip to content

Instantly share code, notes, and snippets.

@MysteryDash
Last active March 19, 2024 15:13
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save MysteryDash/ea1ea2b583e5fc7f495109f1a406fabd to your computer and use it in GitHub Desktop.
Save MysteryDash/ea1ea2b583e5fc7f495109f1a406fabd to your computer and use it in GitHub Desktop.
A simple plugin to add tmux to unraid
<?xml version='1.0' standalone='yes'?>
<PLUGIN>
<!--
A simple plugin to add tmux to unraid
-->
<FILE Name="/boot/packages/libevent-2.1.12-x86_64-3.txz" Run="upgradepkg --install-new">
<URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-15.0/slackware64/l/libevent-2.1.12-x86_64-3.txz</URL>
</FILE>
<FILE Name="/boot/packages/utempter-1.2.0-x86_64-3.txz" Run="upgradepkg --install-new">
<URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-15.0/slackware64/a/utempter-1.2.0-x86_64-3.txz</URL>
</FILE>
<FILE Name="/boot/packages/tmux-3.2a-x86_64-1.txz" Run="upgradepkg --install-new">
<URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-15.0/slackware64/ap/tmux-3.2a-x86_64-1.txz</URL>
</FILE>
</PLUGIN>
@MysteryDash
Copy link
Author

Working with Unraid 6.8.3

@justin-himself
Copy link

<?xml version='1.0' standalone='yes'?>
<PLUGIN>

<!--
A simple plugin to add tmux to unraid
-->

<FILE Name="/boot/packages/libevent-2.1.12-x86_64-3.txz" Run="upgradepkg --install-new">
    <URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-15.0/slackware64/l/libevent-2.1.12-x86_64-3.txz</URL>
</FILE>
<FILE Name="/boot/packages/utempter-1.2.0-x86_64-3.txz" Run="upgradepkg --install-new">
    <URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-15.0/slackware64/a/utempter-1.2.0-x86_64-3.txz</URL>
</FILE>
<FILE Name="/boot/packages/tmux-3.2a-x86_64-1.txz" Run="upgradepkg --install-new">
    <URL>http://slackware.cs.utah.edu/pub/slackware/slackware64-15.0/slackware64/ap/tmux-3.2a-x86_64-1.txz</URL>
</FILE>

</PLUGIN>

@MysteryDash
Copy link
Author

Awesome, thanks! 👍

@exolon
Copy link

exolon commented Feb 8, 2023

Awesome!

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