Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freddii committed Aug 28, 2023
1 parent 90ffb4a commit 7d12d61
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions install_xfce-docklike-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ folder_name="xfce-docklike-plugin"
sudo apt install libxfce4panel-2.0-dev libwnck-3-dev xfce4-dev-tools libxfce4ui-2-dev make g++ -y
#
if [ -d "/home/$USER/programs_setup/$folder_name" ]; then
#cd /home/$USER/programs_setup/xfce-docklike-plugin/xfce4-docklike-plugin
cd /home/$USER/programs_setup/xfce-docklike-plugin/docklike-plugin
cd /home/$USER/programs_setup/xfce-docklike-plugin/xfce4-docklike-plugin
#cd /home/$USER/programs_setup/xfce-docklike-plugin/docklike-plugin
sudo make uninstall
cd /home/$USER/
sudo rm -rf /home/$USER/programs_setup/$folder_name
fi
#
mkdir -p /home/$USER/programs_setup/$folder_name
cd /home/$USER/programs_setup/$folder_name
#git clone https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git && cd xfce4-docklike-plugin
git clone https://github.com/nsz32/docklike-plugin && cd docklike-plugin
./autogen.sh
git clone https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin.git && cd xfce4-docklike-plugin
#git clone https://github.com/nsz32/docklike-plugin && cd docklike-plugin
./autogen.sh --prefix=/usr
#./autogen.sh
make
sudo make install
xfce4-panel -r&
Expand Down

0 comments on commit 7d12d61

Please sign in to comment.