diff --git a/default/install.sh b/default/install.sh index 88c8cff..dc3de69 100644 --- a/default/install.sh +++ b/default/install.sh @@ -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 }