From 158f3b787488472fa73b3c5486d2647d2617ff67 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Thu, 12 Mar 2020 20:55:48 +0100 Subject: [PATCH] Update dotman --- dotman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotman b/dotman index 5273c79..c9ac012 100755 --- a/dotman +++ b/dotman @@ -32,7 +32,7 @@ install_packages() { install_st() { cd ~/.cache/dotfiles/ - git clone https://gitlab.com/samedamci/st + git clone https://github.com/samedamci/st cd st sudo make clean install }