mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-04-21 06:03:42 +00:00
fix redirection
This commit is contained in:
parent
b9ea7b8698
commit
bebcbfd936
1 changed files with 1 additions and 1 deletions
2
init
2
init
|
|
@ -172,7 +172,7 @@ then
|
|||
print "Installing zfs-utils"
|
||||
|
||||
# Install packages
|
||||
pacman -U "$zfs_utils_url" --noconfirm $> /dev/null
|
||||
pacman -U "$zfs_utils_url" --noconfirm &> /dev/null
|
||||
pacman -U "$zfs_linux_package" --noconfirm > /dev/null && zfs=1
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue