From b26b780cedf8447ca955483fb745e7f7f68960b2 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 2 May 2023 19:43:42 +0200 Subject: Fix(update): Rename to update.sh to work with flake-update --- update | 6 ------ update.sh | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100755 update create mode 100755 update.sh diff --git a/update b/update deleted file mode 100755 index d3c0f526..00000000 --- a/update +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# shellcheck disable=SC2086 - -./home-manager/config/firefox/scripts/update_extensions - -nix run git+https://codeberg.org/soispha/flake_update diff --git a/update.sh b/update.sh new file mode 100755 index 00000000..32d369a8 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# shellcheck disable=SC2086 + +./home-manager/config/firefox/scripts/update_extensions -- cgit 1.4.1