infra/scripts/deploy/reformat_x86.sh
2024-09-03 09:25:22 -04:00

10 lines
233 B
Bash
Executable File

#!/usr/bin/env bash
cd $GOPATH/src/mlog || exit
ssh ares "sudo efibootmgr --bootnext 000B > /dev/null"
ssh ares "sudo shutdown -r now"
#ssh artemis "sudo efibootmgr --bootnext 000B > /dev/null"
#ssh artemis "sudo shutdown -r now"