Last active
April 24, 2022 12:48
-
-
Save MysteryDash/7ef2cf9d001716b7d4069f633b758e00 to your computer and use it in GitHub Desktop.
A simple plugin to add sslh to 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
<?xml version='1.0' standalone='yes'?> | |
<PLUGIN version="2021.10.17.1"> | |
<!-- | |
A simple plugin to add sslh to unraid | |
--> | |
<FILE Name="/boot/packages/glibc-2.33_multilib-x86_64-4alien.txz" Run="upgradepkg --install-new"> | |
<URL>https://slackware.uk/people/alien/multilib/current/glibc-2.33_multilib-x86_64-4alien.txz</URL> | |
</FILE> | |
<FILE Name="/boot/packages/libconfig-1.7.3-x86_64-3cf.txz" Run="upgradepkg --install-new"> | |
<URL>http://slack.conraid.net/repository/slackware64-current/libconfig/libconfig-1.7.3-x86_64-1cf.txz</URL> | |
</FILE> | |
<FILE Name="/boot/packages/sslh-1.22c-x86_64-1cf.txz" Run="upgradepkg --install-new"> | |
<URL>http://slack.conraid.net/repository/slackware64-current/sslh/sslh-1.22c-x86_64-1cf.txz</URL> | |
</FILE> | |
</PLUGIN> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment