Files
2026-02-16 15:05:15 +01:00

12 lines
297 B
Bash

#!/bin/bash
##########################################################################
# Shellscript : Reset NVRAM
# Autor : Andreas Vogel,
##########################################################################
# Clear NVRAM
sudo nvram -c
# restart the Computer now
sudo shutdown -r now