diff options
Diffstat (limited to 'Library')
-rwxr-xr-x | Library/firmware.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh index e0ef0ab..ee8e26a 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -32,6 +32,8 @@ Name: Apple iPhone Firmware EOF fi && mv -f /var/lib/dpkg/status{_,} +echo "/." >/var/lib/dpkg/info/firmware.list + if [[ ${version} = 1.0* || ${version} = 1.1.[012] ]]; then user=root else |