update
This commit is contained in:
parent
6fe86f68c9
commit
fb578c0f5a
|
@ -21,6 +21,7 @@
|
|||
- new installs on 6.2 will work fine
|
||||
- 6.2 users with previous install will need to reboot or install libgcrypt-1.6.5 (temporarily) to use freipmi 1.5.1
|
||||
- libgcrypt-1.6.5 is included with unRAID 6.2 and previous versions downgraded it to 1.5.5 to use freeipmi 1.4.11
|
||||
- http://ftp.slackware.com/pub/slackware/slackware64-current/slackware64/n/libgcrypt-1.6.5-x86_64-1.txz
|
||||
- fix: bug local ipmi timeout webgui to wait for ipmi (only affected systems without local ipmi)
|
||||
- changed backup events to archive events
|
||||
- add archive event page and switch
|
||||
|
@ -176,12 +177,12 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
|
|||
else
|
||||
if [[ $VER == 6.1 ]]; then
|
||||
echo "\nInstalling dependencies for unRAID 6.1"
|
||||
upgradepkg --install-new &plgpath;/freeipmi-1.4.11-x86_64-3.txz
|
||||
upgradepkg --install-new &plgPATH;/freeipmi-1.4.11-x86_64-3.txz
|
||||
fi
|
||||
|
||||
if [[ $VER == 6.2 ]]; then
|
||||
echo "\nInstalling dependencies for unRAID 6.2"
|
||||
upgradepkg --install-new &plgpath;/freeipmi-1.5.1-x86_64-1.txz
|
||||
upgradepkg --install-new &plgPATH;/freeipmi-1.5.1-x86_64-1.txz
|
||||
fi
|
||||
|
||||
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
|
||||
|
|
Loading…
Reference in New Issue
Block a user