Update install.sh
This commit is contained in:
parent
602f1da965
commit
a202b61033
1 changed files with 5 additions and 2 deletions
|
|
@ -44,9 +44,12 @@ finishInstall() {
|
|||
fi
|
||||
fi
|
||||
|
||||
rm -f "$STORAGE/windows.boot"
|
||||
cp /run/version "$STORAGE/windows.ver"
|
||||
rm -f "$STORAGE/windows.ver"
|
||||
rm -f "$STORAGE/windows.old"
|
||||
rm -f "$STORAGE/windows.boot"
|
||||
rm -f "$STORAGE/windows.mode"
|
||||
|
||||
cp /run/version "$STORAGE/windows.ver"
|
||||
|
||||
rm -rf "$TMP"
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue