Skip to content

Commit

Permalink
Add options to polybar build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Carlos Barrera Juez committed Sep 16, 2018
1 parent 1fc8f99 commit ba7b88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 1 addition & 8 deletions install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba7b88a

Please sign in to comment.