Update dotman

This commit is contained in:
Wiktor Zykubek 2020-03-12 20:55:48 +01:00
parent 24b198c5fc
commit 158f3b7874

2
dotman
View File

@ -32,7 +32,7 @@ install_packages() {
install_st() { install_st() {
cd ~/.cache/dotfiles/ cd ~/.cache/dotfiles/
git clone https://gitlab.com/samedamci/st git clone https://github.com/samedamci/st
cd st cd st
sudo make clean install sudo make clean install
} }