mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
98_Installer: update to v0.5.7
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d0f66e3185
commit
1828c5e6bb
@ -1092,6 +1092,10 @@ sub CpanInstall($) {
|
|||||||
my $cmd = shift;
|
my $cmd = shift;
|
||||||
my $h = {};
|
my $h = {};
|
||||||
local $ENV{PATH} = __GetExtendedEnvPath();
|
local $ENV{PATH} = __GetExtendedEnvPath();
|
||||||
|
eval {
|
||||||
|
umask 0022;
|
||||||
|
1;
|
||||||
|
};
|
||||||
my $p = `$cmd->{installperl}`;
|
my $p = `$cmd->{installperl}`;
|
||||||
|
|
||||||
if ( $p && $p ne '' ) {
|
if ( $p && $p ne '' ) {
|
||||||
@ -5537,8 +5541,8 @@ sub __list_module {
|
|||||||
"abstract": "Modul zum Update von FHEM, zur Installation von Drittanbieter FHEM Modulen und der Verwaltung von Systemvoraussetzungen"
|
"abstract": "Modul zum Update von FHEM, zur Installation von Drittanbieter FHEM Modulen und der Verwaltung von Systemvoraussetzungen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "v0.5.6",
|
"version": "v0.5.7",
|
||||||
"release_status": "testing",
|
"release_status": "stable",
|
||||||
"author": [
|
"author": [
|
||||||
"Julian Pawlowski <julian.pawlowski@gmail.com>"
|
"Julian Pawlowski <julian.pawlowski@gmail.com>"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user