Update entry.sh
This commit is contained in:
parent
0b0c2dc1d8
commit
f4b259c9f7
1 changed files with 2 additions and 1 deletions
|
@ -7,9 +7,10 @@ set -Eeuo pipefail
|
|||
|
||||
cd /run
|
||||
|
||||
. utils.sh # Load functions
|
||||
. reset.sh # Initialize system
|
||||
. define.sh # Define versions
|
||||
. mido.sh # Download code
|
||||
. mido.sh # Download Windows
|
||||
. install.sh # Run installation
|
||||
. disk.sh # Initialize disks
|
||||
. display.sh # Initialize graphics
|
||||
|
|
Loading…
Reference in a new issue