Force network connection for installation
This commit is contained in:
parent
09e405bd9d
commit
1a4726ea25
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ begin
|
|||
set -l dir (status dirname)
|
||||
|
||||
function initialize -V dir
|
||||
source "$dir/../../Common/Scripts/wait-network.fish"
|
||||
wait-network
|
||||
or exit
|
||||
|
||||
source "$dir/../Scripts/software.fish"
|
||||
source "$dir/../Software/base-devel/main.fish"
|
||||
source "$dir/../Software/pacman/main.fish"
|
||||
|
|
Loading…
Reference in a new issue