mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix bash references
Stay consistent with everything
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user