Fix bash references

Stay consistent with everything
This commit is contained in:
David Heinemeier Hansson 2025-08-23 18:25:52 +02:00
parent 7713534693
commit 022b591986
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/bash
echo -e "\n--- Pacman packages (after installation) ---" echo -e "\n--- Pacman packages (after installation) ---"
echo "Total packages installed: $(pacman -Q | wc -l)" echo "Total packages installed: $(pacman -Q | wc -l)"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/bash
# Start logging a copy of everything sent to STDOUT and STDERR # Start logging a copy of everything sent to STDOUT and STDERR
mkdir -p ~/.local/state/omarchy/logs/ mkdir -p ~/.local/state/omarchy/logs/