mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-04-21 06:03:42 +00:00
fixed extraction and var name
This commit is contained in:
parent
e9eb213fca
commit
a869812ddf
1 changed files with 2 additions and 1 deletions
3
init
3
init
|
|
@ -113,7 +113,7 @@ download_package () {
|
|||
# Set out file
|
||||
package_file="/tmp/$filename"
|
||||
|
||||
print "Downloading $output ..."
|
||||
print "Downloading $package_file ..."
|
||||
}
|
||||
|
||||
### Main
|
||||
|
|
@ -147,6 +147,7 @@ then
|
|||
print "Extracting $zfs_linux_package"
|
||||
|
||||
# Extract package
|
||||
mkdir -p /tmp/extract
|
||||
tar xvf "$package_file" -C /tmp/extract
|
||||
|
||||
print "Searching zfs-utils version required"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue