Improved lsd install

This commit is contained in:
edraft 2021-02-28 10:41:19 +01:00
parent 7b563ccd98
commit a9dd4a2107

View File

@ -26,9 +26,6 @@ install_chrome() {
}
install_lsd() {
wget https://github.com/source-foundry/Hack/releases/download/v3.003/Hack-v3.003-ttf.zip
unzip Hack-v3.003-ttf.zip
sudo cp -r ttf/* /usr/share/fonts/
rm -r ttf
apt-get install fonts-hack-ttf -y
sudo snap install lsd
}