From 6ad3b557fac92e764bca2a80aa04d9fbefcd30ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20G=C3=B3mez?= Date: Fri, 10 Jun 2022 11:12:42 +0200 Subject: [PATCH] hot fix for rofi installation --- autoinstall_pop_os.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoinstall_pop_os.sh b/autoinstall_pop_os.sh index 98ad6a2..b8fed3b 100644 --- a/autoinstall_pop_os.sh +++ b/autoinstall_pop_os.sh @@ -33,6 +33,7 @@ sudo dpkg -i awesome*.deb # rofi (rofi from apt does NOT work) cd git clone https://github.com/davatorium/rofi/ +cd rofi meson setup build sudo ninja -C build sudo ninja -C build install @@ -54,4 +55,4 @@ cp -r rofi ~/.config/. cp -r alacritty ~/.config/. -echo " ===== make sure to reboot and select awesome desktop ====== " \ No newline at end of file +echo " ===== make sure to reboot and select awesome desktop ====== "