From 4707437c3ef7f5121bae22b2ce65aa2f62f48dc4 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Wed, 6 Nov 2024 01:06:29 +0300 Subject: [PATCH] pull build script --- update.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..4ff8800 --- /dev/null +++ b/update.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +git pull +sleep 1 +sudo nixos-rebuild switch --flake .#unkown + +echo -e "Update Completed!" +./update-report.sh