Files
vargix-os/update-nix.sh
Kurtis Andrews 825ac5d7eb Update
Updated config
updated scripts to work with nixos
2024-03-24 23:32:09 +10:00

9 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
# This will update the repo
echo "Updating Configs"
git pull
echo "Done"