mirror of
https://github.com/minexew/Shrine.git
synced 2026-05-26 18:10:58 +00:00
17 lines
385 B
Plaintext
17 lines
385 B
Plaintext
wait 5
|
|
|
|
# Upload unattended installation script onto RAMdisk
|
|
put B:/AutoOSInstall.HC AutoOSInstall/AutoOSInstall.HC
|
|
|
|
# Load & run
|
|
command #include "B:/AutoOSInstall"
|
|
command OSInstall(FALSE);
|
|
|
|
# TODO: This is hopefully temporary!
|
|
# Also inject an usable Comm module when we're at it
|
|
put C:/Doc/Comm.HC.Z Shrine/Patched/Doc/Comm.HC
|
|
|
|
# Reboot to flush file system
|
|
command Reboot;
|
|
wait 3
|