complete handling of reboot

This commit is contained in:
2025-11-16 16:47:57 +01:00
parent c5c566bd8c
commit 050b29b91f
2 changed files with 10 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export class EfiBootMgrService {
await $`reboot`;
}
async setNextBoot(bootNum: string) {
async setNextBoot(bootNum: number) {
await $`efibootmgr -n ${bootNum}`;
}