From f0764b6ded9e2033916ff65317185b58c7543b2e Mon Sep 17 00:00:00 2001 From: tiynger Date: Thu, 11 Jul 2019 01:57:14 +0200 Subject: [PATCH] changing dualbootinstall.sh --- .dotinstall/dualbootinstall.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .dotinstall/dualbootinstall.sh diff --git a/.dotinstall/dualbootinstall.sh b/.dotinstall/dualbootinstall.sh new file mode 100755 index 0000000..7b0dc2d --- /dev/null +++ b/.dotinstall/dualbootinstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +## installing os-prober +sudo pacman os-prober + +## finding other os +sudo grub-mkconfig -o /boot/grub/grub.cfg