-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall_conky-manager.sh
More file actions
executable file
·29 lines (29 loc) · 960 Bytes
/
install_conky-manager.sh
File metadata and controls
executable file
·29 lines (29 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
#to run this script go into the folder where it is then run: ./install_conky-manager.sh
#
set -eu
#
if [ -d "/home/$USER/programs_setup/conky-manager2" ]; then
cd /home/$USER/programs_setup/conky-manager2
sudo make uninstall
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 make -y
cd /home/$USER/
mkdir -p /home/$USER/programs_setup/
cd /home/$USER/programs_setup/
git clone https://github.com/zcot/conky-manager2.git
cd conky-manager2
make
#sudo checkinstall #not working
#./build-deb.sh #sudo apt install bzr-builddeb bzr
sudo apt install rsync psmisc imagemagick -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 "i have put some conkys into /home/$USER/.conky/"