Add boot-repair.sh

This commit is contained in:
Ste Vaidis 2025-02-25 10:50:05 +02:00
parent 4cea1a17e7
commit 545e1457a9

6
boot-repair.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt update
sudo apt install -y boot-repair
boot-repair