Skip to content

Commit

Permalink
Update install-numix-xfce-debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
milq authored Jun 26, 2017
1 parent 967b292 commit 2f9c9c4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions scripts/bash/install-numix-xfce-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@ sudo apt-get -y autoremove

sudo apt-get install -y numix-gtk-theme
sudo apt-get install -y numix-icon-theme

sudo git clone https://github.com/numixproject/numix-icon-theme.git
sudo apt-get install -y git

# 2.1. Install Numix Circle Icons
sudo mkdir -p /usr/local/share/icons
cd /usr/local/share/icons
sudo rm -rf numix-icon-theme-circle Numix-Circle Numix-Circle-Light
sudo git clone https://github.com/numixproject/numix-icon-theme-circle.git
sudo mv numix-icon-theme-circle/Numix-Circle .
sudo mv numix-icon-theme-circle/Numix-Circle-Light .
sudo rm -rf numix-icon-theme-circle


# 3. DOWNLOAD GOOGLE FONTS
Expand Down

0 comments on commit 2f9c9c4

Please sign in to comment.