Fix bash references
Stay consistent with everything
This commit is contained in:
parent
7713534693
commit
022b591986
@ -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)"
|
||||||
|
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user