mirror of
https://github.com/eoli3n/archiso-zfs.git
synced 2026-04-07 23:33:39 +00:00
moved loop break
This commit is contained in:
parent
41d8bb0ad5
commit
8f77c3b2a6
1 changed files with 3 additions and 3 deletions
6
init
6
init
|
|
@ -97,6 +97,9 @@ search_package () {
|
|||
|
||||
# Build package url
|
||||
package_url="$url$package"
|
||||
|
||||
# Break loop
|
||||
break
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
@ -173,9 +176,6 @@ then
|
|||
pacman -U "$zfs_utils_url" --noconfirm
|
||||
pacman -U "$zfs_linux_package" --noconfirm && zfs=1
|
||||
|
||||
# Break loop
|
||||
break
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue