Created
July 23, 2024 14:54
-
-
Save mbogh/dcfcdb3e2727c5dd61bb82bc8eaca4cc to your computer and use it in GitHub Desktop.
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
<?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://mirrors.slackware.com/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://mirrors.slackware.com/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://mirrors.slackware.com/slackware/slackware64-15.0/slackware64/ap/tmux-3.2a-x86_64-1.txz</URL> | |
</FILE> | |
</PLUGIN> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment