complete handling of reboot
This commit is contained in:
@@ -8,7 +8,7 @@ export class EfiBootMgrService {
|
||||
await $`reboot`;
|
||||
}
|
||||
|
||||
async setNextBoot(bootNum: string) {
|
||||
async setNextBoot(bootNum: number) {
|
||||
await $`efibootmgr -n ${bootNum}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user