From e94e4304e9bfd64bdf934827ffdf0409c44d991c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 18:49:51 +0200 Subject: chore(treewide): Update this project to today's standards. --- update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 9268caf..b34dabf 100755 --- a/update.sh +++ b/update.sh @@ -1,3 +1,5 @@ -#!/bin/sh +#!/usr/bin/env sh -cargo update && cargo upgrade +nix flake update +cargo update +[ "$1" = "upgrade" ] && cargo upgrade -- cgit 1.4.1