From ba7b88a4776c72ff555bdcca2b06aac714f3199f Mon Sep 17 00:00:00 2001 From: Julio Carlos Barrera Juez Date: Sun, 16 Sep 2018 17:16:32 +0200 Subject: [PATCH] Add options to polybar build script. --- install_debian.sh | 9 +-------- install_ubuntu.sh | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/install_debian.sh b/install_debian.sh index 2b3c96cb..da87d1eb 100755 --- a/install_debian.sh +++ b/install_debian.sh @@ -68,16 +68,9 @@ sudo fc-cache -f -v cd ../.. rm -fr fonts -echo "------------------------------" -echo "Say Yes to all of the first batch" -echo "Say No to all of the batch after it compiles" -echo "------------------------------" -echo "Press enter to continue" -echo "------------------------------" -read tmpread git clone https://github.com/jaagr/polybar cd polybar -./build.sh -f +USE_GCC=ON ENABLE_I3=ON ENABLE_ALSA=ON ENABLE_PULSEAUDIO=ON ENABLE_NETWORK=ON ENABLE_MPD=ON ENABLE_CURL=ON ENABLE_IPC_MSG=ON INSTALL=OFF INSTALL_CONF=OFF ./build.sh -f cd build sudo make install make userconfig diff --git a/install_ubuntu.sh b/install_ubuntu.sh index c529a14d..8bd5a520 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -63,16 +63,9 @@ sudo fc-cache -f -v cd ../.. rm -fr fonts -echo "------------------------------" -echo "Say Yes to all of the first batch" -echo "Say No to all of the batch after it compiles" -echo "------------------------------" -echo "Press enter to continue" -echo "------------------------------" -read tmpread git clone https://github.com/jaagr/polybar cd polybar -./build.sh -f +USE_GCC=ON ENABLE_I3=ON ENABLE_ALSA=ON ENABLE_PULSEAUDIO=ON ENABLE_NETWORK=ON ENABLE_MPD=ON ENABLE_CURL=ON ENABLE_IPC_MSG=ON INSTALL=OFF INSTALL_CONF=OFF ./build.sh -f cd build sudo make install make userconfig