forked from Mirror/pmbootstrap
Two trivial changes (typo + info message) (#179)
Thanks, Pablo Castellano! * Fixed typo * Guide user about what are the next steps after flashing kernel and password * Increased postmarketos-mkinitfs' pkgver and rewording Changes requested: https://github.com/postmarketOS/pmbootstrap/pull/179
This commit is contained in:
parent
1aae094b50
commit
6be7d656ee
6 changed files with 21 additions and 4 deletions
|
@ -168,7 +168,7 @@ def is_necessary(args, arch, apkbuild, apkindex_path=None):
|
|||
# Get package name, version, define start of debug message
|
||||
package = apkbuild["pkgname"]
|
||||
version_new = apkbuild["pkgver"] + "-r" + apkbuild["pkgrel"]
|
||||
msg = "Build is neccessary for package '" + package + "': "
|
||||
msg = "Build is necessary for package '" + package + "': "
|
||||
|
||||
# Get old version from APKINDEX
|
||||
if apkindex_path:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue