From c62383b2771a7cae59bc623ff4f8dc585886b7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20G=C3=B3mez?= Date: Mon, 13 Jun 2022 10:22:35 +0200 Subject: [PATCH] added flex, bison, check as dep. Also changed typo and sudo --- autoinstall_pop_os.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoinstall_pop_os.sh b/autoinstall_pop_os.sh index b8fed3b..3c85703 100644 --- a/autoinstall_pop_os.sh +++ b/autoinstall_pop_os.sh @@ -10,7 +10,7 @@ echo " " # dependencies for meson, ninja, rofi, awesome and all extra optional packages -sudo apt -y install meson ninja-build cmake cmake-data pkg-config papirus-icon-theme xorg build-essential git make autoconf automake flex bison check go-md2man doxygen cppcheck ohcount pulseaudio-utils upower bluez xorg xfce4-power-manager playerctl lightdm light-locker libxcb-emwh-dev libxcb-xfixes0-dev libev-dev libxcb-damage0-dev libxcb-sync-dev libxcb-composite0-dev libxcb-present-dev uthash-dev libconfig-dev libgl-dev alacritty +sudo apt -y install meson ninja-build cmake cmake-data pkg-config papirus-icon-theme xorg build-essential git make autoconf automake flex bison check go-md2man doxygen cppcheck ohcount pulseaudio-utils upower bluez xorg xfce4-power-manager playerctl lightdm light-locker libxcb-ewmh-dev libxcb-xfixes0-dev libev-dev libxcb-damage0-dev libxcb-sync-dev libxcb-composite0-dev libxcb-present-dev uthash-dev libconfig-dev libgl-dev alacritty bison flex check # fonts cd @@ -35,8 +35,8 @@ cd git clone https://github.com/davatorium/rofi/ cd rofi meson setup build -sudo ninja -C build -sudo ninja -C build install +ninja -C build +ninja -C build install # picom (picom from apt does NOT work) cd