mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Logging is having issues, so let's skip until sorted (#1009)
This commit is contained in:
committed by
GitHub
parent
87467579f7
commit
3880c49469
@@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\n--- Pacman packages (after installation) ---"
|
||||
echo "Total packages installed: $(pacman -Q | wc -l)"
|
||||
pacman -Q
|
||||
@@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Start logging a copy of everything sent to STDOUT and STDERR
|
||||
mkdir -p ~/.local/state/omarchy/logs/
|
||||
exec &> >(tee -a ~/.local/state/omarchy/logs/installation.log)
|
||||
|
||||
echo "--- System state before installation ---"
|
||||
sudo pacman -S --noconfirm fastfetch
|
||||
fastfetch
|
||||
|
||||
echo -e "\n--- System logs (journalctl / current boot) ---"
|
||||
journalctl -b --no-pager
|
||||
|
||||
echo -e "\n--- Pacman packages (before installation) ---"
|
||||
echo "Total packages installed: $(pacman -Q | wc -l)"
|
||||
pacman -Q
|
||||
Reference in New Issue
Block a user