Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
manjaro-arm
applications
manjaro-arm-installer
Commits
19a317df
Commit
19a317df
authored
Apr 19, 2019
by
Helmut Stult
Browse files
Changed mkpasswd to same version as AUR
also add version-info in script-file
parent
1a01d711
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
19a317df
...
...
@@ -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:
...
...
manjaro-arm-installer
View file @
19a317df
#! /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!"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment