dotfiles/.bin/update-system

12 lines
239 B
Plaintext
Raw Permalink Normal View History

2024-05-18 20:25:44 +02:00
#!/bin/sh
GREEN='\033[1;32m'
BLUE='\033[1;34m'
NC='\033[0m'
echo
echo -e "${GREEN}Updating ${BLUE}$(hostname)${GREEN}...${NC}"
echo
2024-05-19 13:46:21 +02:00
sudo guix system -v 3 -c 10 -L ~/git/dotfiles/ reconfigure ~/git/dotfiles/fschl/systems/$(hostname).scm