Regenerated
This commit is contained in:
+349
-349
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -3564,7 +3564,7 @@ main
|
|||||||
A file containing color variables
|
A file containing color variables
|
||||||
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
|
||||||
set -e
|
set -e
|
||||||
REPO="~/Repos/nixos/Droidnix"
|
REPO="/home/$USER/Repos/nixos/Droidnix"
|
||||||
HOSTNAME="$(hostname)"
|
HOSTNAME="$(hostname)"
|
||||||
cd "$REPO"
|
cd "$REPO"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
set -e
|
set -e
|
||||||
REPO="~/Repos/nixos/Droidnix"
|
REPO="/home/$USER/Repos/nixos/Droidnix"
|
||||||
HOSTNAME="$(hostname)"
|
HOSTNAME="$(hostname)"
|
||||||
cd "$REPO"
|
cd "$REPO"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user