7 lines
124 B
Bash
7 lines
124 B
Bash
#!/bin/bash
|
|
|
|
sudo add-apt-repository ppa:yannubuntu/boot-repair
|
|
sudo apt update
|
|
sudo apt install -y boot-repair
|
|
boot-repair
|