mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Update entry.sh
This commit is contained in:
parent
ccc0d4ea64
commit
77cd24517e
1 changed files with 2 additions and 1 deletions
|
|
@ -8,9 +8,10 @@ set -Eeuo pipefail
|
||||||
|
|
||||||
cd /run
|
cd /run
|
||||||
|
|
||||||
. start.sh # Placeholder
|
. start.sh # Startup hook
|
||||||
. utils.sh # Load functions
|
. utils.sh # Load functions
|
||||||
. reset.sh # Initialize system
|
. reset.sh # Initialize system
|
||||||
|
. server.sh # Start webserver
|
||||||
. define.sh # Define versions
|
. define.sh # Define versions
|
||||||
. mido.sh # Download Windows
|
. mido.sh # Download Windows
|
||||||
. install.sh # Run installation
|
. install.sh # Run installation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue