new_config+skip_by_4
This commit is contained in:
parent
b12b9c0d06
commit
9dfd833fe8
2 changed files with 2 additions and 2 deletions
BIN
.config.tar.xz
BIN
.config.tar.xz
Binary file not shown.
|
@ -22,7 +22,7 @@ repo1="shell-scripte"
|
|||
version="$1"
|
||||
username="$2"
|
||||
userpass="$3"
|
||||
archchroot="$4"
|
||||
skip="$4"
|
||||
|
||||
hostname="$(cat /etc/hostname)"
|
||||
[[ -z "${version}" ]] && version="${hostname#*-}"
|
||||
|
@ -630,7 +630,7 @@ fi
|
|||
|
||||
|
||||
|
||||
if [ "$version" != "lite" ]; then
|
||||
if [ "$version" != "lite" ] && [ "$skip" != "skip" ]; then
|
||||
|
||||
### custom-installer
|
||||
|
||||
|
|
Loading…
Reference in a new issue