Regenerated
This commit is contained in:
+313
-313
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -2540,7 +2540,7 @@ A file containing color variables
|
|||||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :noweb yes :mkdirp yes :eval never
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
REPO="$HOME/Repos/nixos/Droidnix" # adjust this to your flake repo path
|
REPO="/home/$USER/Repos/nixos/Droidnix" # adjust this to your flake repo path
|
||||||
HOSTNAME="$(hostname)"
|
HOSTNAME="$(hostname)"
|
||||||
cd "$REPO"
|
cd "$REPO"
|
||||||
echo "🔄 Updating flake..."
|
echo "🔄 Updating flake..."
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
REPO="$HOME/Repos/nixos/Droidnix" # adjust this to your flake repo path
|
REPO="/home/$USER/Repos/nixos/Droidnix" # adjust this to your flake repo path
|
||||||
HOSTNAME="$(hostname)"
|
HOSTNAME="$(hostname)"
|
||||||
cd "$REPO"
|
cd "$REPO"
|
||||||
echo "🔄 Updating flake..."
|
echo "🔄 Updating flake..."
|
||||||
|
|||||||
Reference in New Issue
Block a user