mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-04-21 06:03:42 +00:00
commit
5bd64d32c0
1 changed files with 3 additions and 1 deletions
4
init
4
init
|
|
@ -107,7 +107,9 @@ download_package () {
|
|||
local filename="${1##*/}"
|
||||
|
||||
# Download package in tmp
|
||||
wget "$1" --quiet -P /tmp
|
||||
cd /tmp
|
||||
curl -sO "$1"
|
||||
cd -
|
||||
|
||||
# Set out file
|
||||
package_file="/tmp/$filename"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue