nixos-config/upgrade.sh

11 lines
161 B
Bash
Executable file

#!/bin/sh
# Script to update system and sync
# Does not pull changes from git
# Update flake
~/.dotfiles/update.sh;
# Synchronize system
~/.dotfiles/sync.sh;