File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
< div id ="wrapper ">
32
32
< div id ="contentWrapper ">
33
33
< div id ="contentHeader ">
34
- < h1 > PlayStation 4 System Update 4.05 </ h1 >
34
+ < h1 > PlayStation 4 System Update 4.55 </ h1 >
35
35
</ div >
36
36
< div id ="content ">
37
37
< div id ="contentBody ">
38
- < h2 > About System Update 4.05 </ h2 >
38
+ < h2 > About System Update 4.55 </ h2 >
39
39
< h3 > Main features:</ h3 >
40
40
< ul class ="default ">
41
41
< li > Improves "system stability"</ li >
Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ def updatefeature(self):
114
114
115
115
def update_pup (self ):
116
116
if 'sys' in self .path :
117
- check_update_pup ('SYSTEM' , '203C76C97F7BE5B881DD0C77C8EDF385' )
117
+ check_update_pup ('SYSTEM' , SYSTEM_MD5 )
118
118
path = 'PS4UPDATE_SYSTEM.PUP'
119
119
elif 'rec' in self .path :
120
- check_update_pup ('RECOVERY' , '741CFE2F0DEC1BB4663571DE78AE31CF' )
120
+ check_update_pup ('RECOVERY' , RECOVERY_MD5 )
121
121
path = 'PS4UPDATE_RECOVERY.PUP'
122
122
else :
123
123
path = ''
You can’t perform that action at this time.
0 commit comments