Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freddii committed Aug 27, 2023
1 parent e0873a7 commit c26d690
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install_conky-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -d "/home/$USER/programs_setup/conky-manager2" ]; then
rm -rf /home/$USER/programs_setup/conky-manager2
fi
dpkg -l | grep -qw conky-all || sudo apt-get install conky-all -y
sudo apt-get install build-essential git valac libgee-0.8-dev libgtk-3-dev libjson-glib-dev gettext -y
sudo apt-get install build-essential git valac libgee-0.8-dev libgtk-3-dev libjson-glib-dev gettext make -y
cd /home/$USER/
mkdir -p /home/$USER/programs_setup/
cd /home/$USER/programs_setup/
Expand All @@ -18,9 +18,11 @@ cd conky-manager2
make
#sudo checkinstall #not working
#./build-deb.sh #sudo apt install bzr-builddeb bzr
sudo apt install rsync psmisc -y
#
sudo make install
mkdir -p /home/$USER/.conky/
cd /home/$USER/.conky/
rm -rf /home/$USER/.conky/conky
git clone https://github.com/freddii/conky
echo "now put your conky into /home/$USER/.conky/"
echo "i have put some conkys into /home/$USER/.conky/"

0 comments on commit c26d690

Please sign in to comment.