Changed mkpasswd to same version as AUR
also add version-info in script-file
This commit is contained in:
parent
1a01d71126
commit
19a317dfee
|
|
@ -14,7 +14,7 @@ This script is "interactive". Meaning that it asks you questions when run to cus
|
|||
* parted
|
||||
* libarchive
|
||||
* binfmt-qemu-static
|
||||
* mkpasswd
|
||||
* debian-whois-mkpasswd
|
||||
* gawk
|
||||
|
||||
## Installing:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
# *****************************
|
||||
# Version 1.0.1
|
||||
# *****************************
|
||||
|
||||
# Set globals
|
||||
TMPDIR=/var/tmp/manjaro-arm-installer
|
||||
ARCH='aarch64'
|
||||
|
|
@ -48,7 +52,7 @@ if [ ! -f /usr/bin/git ]; then
|
|||
echo "bsdtar command is missing! Please install libarchive!"
|
||||
exit 1
|
||||
elif [ ! -f /usr/bin/mkpasswd ]; then
|
||||
echo "mkpasswd command is missing! Please install mkpasswd!"
|
||||
echo "mkpasswd command is missing! Please install debian-whois-mkpasswd!"
|
||||
exit 1
|
||||
elif [ ! -f /usr/bin/awk ]; then
|
||||
echo "awk command is missing! Please install gawk!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue