mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 12:23:00 +00:00
fix typo
This commit is contained in:
parent
c4144ccebb
commit
293da5a370
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# kiwi-config instance configuration #
|
||||
######################################
|
||||
|
||||
version: '0.0.4'
|
||||
version: '0.0.5'
|
||||
|
||||
runtime:
|
||||
storage: /tmp/kiwi
|
||||
|
|
2
kiwi
2
kiwi
|
@ -84,7 +84,7 @@ if [ ! -x "$(kiwi_executable)" ]; then
|
|||
cd "${tmpdir}" || :
|
||||
|
||||
# download archive
|
||||
curl --proto '=https' --tlsv1.2 -sSfL -o "kiwi-config.zip" "${KIWI_REPO}/archive/${KIWI_VERSION}.zip" | tar xz
|
||||
curl --proto '=https' --tlsv1.2 -sSfL "${KIWI_REPO}/archive/${KIWI_VERSION}.tar.gz" | tar xz
|
||||
|
||||
# read archive version tag
|
||||
cd "kiwi-config-${KIWI_VERSION}" || :
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0.4
|
||||
0.0.5
|
Loading…
Reference in a new issue