update
This commit is contained in:
parent
6fe86f68c9
commit
fb578c0f5a
|
@ -21,6 +21,7 @@
|
||||||
- new installs on 6.2 will work fine
|
- 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
|
- 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
|
- 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)
|
- fix: bug local ipmi timeout webgui to wait for ipmi (only affected systems without local ipmi)
|
||||||
- changed backup events to archive events
|
- changed backup events to archive events
|
||||||
- add archive event page and switch
|
- add archive event page and switch
|
||||||
|
@ -176,12 +177,12 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
|
||||||
else
|
else
|
||||||
if [[ $VER == 6.1 ]]; then
|
if [[ $VER == 6.1 ]]; then
|
||||||
echo "\nInstalling dependencies for unRAID 6.1"
|
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
|
fi
|
||||||
|
|
||||||
if [[ $VER == 6.2 ]]; then
|
if [[ $VER == 6.2 ]]; then
|
||||||
echo "\nInstalling dependencies for unRAID 6.2"
|
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
|
fi
|
||||||
|
|
||||||
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
|
upgradepkg --install-new &plgPATH;/&plgNAME;.txz
|
||||||
|
|
Loading…
Reference in New Issue
Block a user