Skip to content

Commit

Permalink
Missed these 4.05 refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Azif committed Feb 28, 2018
1 parent e5c6c66 commit f39bd45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions html/ps4-updatefeature.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<div id="wrapper">
<div id="contentWrapper">
<div id="contentHeader">
<h1>PlayStation 4 System Update 4.05</h1>
<h1>PlayStation 4 System Update 4.55</h1>
</div>
<div id="content">
<div id="contentBody">
<h2>About System Update 4.05</h2>
<h2>About System Update 4.55</h2>
<h3>Main features:</h3>
<ul class="default">
<li>Improves "system stability"</li>
Expand Down
4 changes: 2 additions & 2 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ def updatefeature(self):

def update_pup(self):
if 'sys' in self.path:
check_update_pup('SYSTEM', '203C76C97F7BE5B881DD0C77C8EDF385')
check_update_pup('SYSTEM', SYSTEM_MD5)
path = 'PS4UPDATE_SYSTEM.PUP'
elif 'rec' in self.path:
check_update_pup('RECOVERY', '741CFE2F0DEC1BB4663571DE78AE31CF')
check_update_pup('RECOVERY', RECOVERY_MD5)
path = 'PS4UPDATE_RECOVERY.PUP'
else:
path = ''
Expand Down

0 comments on commit f39bd45

Please sign in to comment.