archsetup

bootstrapping script for Arch Linux
git clone git://git.hanetzok.net/archsetup
Log | Files | Refs | README

commit b32334df25bca89a289754577fb6bdcd66fa107c
parent 942c077b7daf419569f982510fbec811aab99103
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Fri,  7 Nov 2025 22:39:29 +0100

insert missing command

Diffstat:
Mpost-install.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post-install.sh b/post-install.sh @@ -102,7 +102,7 @@ cp -r /tmp/dotfiles/.* /home/$user/ chown $user:$user -R /home/$user # install stuff via git -"Install dominant_colours from GitHub (might take a while)..." +echo "Install dominant_colours from GitHub (might take a while)..." git clone "https://github.com/alexwlchan/dominant_colours.git" /tmp/dominant_colours > /dev/null chown "$user":"$user" /tmp/dominant_colours && cd /tmp/dominant_colours sudo -u "$user" rustup default stable > /dev/null