mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Then not do
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
echo "Ensure Docker config is set"
|
echo "Ensure Docker config is set"
|
||||||
if [[ ! -f /etc/docker/daemon.json ]]; do
|
if [[ ! -f /etc/docker/daemon.json ]]; then
|
||||||
sudo mkdir -p /etc/docker
|
sudo mkdir -p /etc/docker
|
||||||
echo '{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5"}}' | sudo tee /etc/docker/daemon.json
|
echo '{"log-driver":"json-file","log-opts":{"max-size":"10m","max-file":"5"}}' | sudo tee /etc/docker/daemon.json
|
||||||
fi
|
fi
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
echo "Switching system authentication prompt to dark mode"
|
echo "Switching system authentication prompt to dark mode"
|
||||||
if [[ ! -f ~/.config/systemd/user/hyprpolkitagent.service.d/override.conf ]]; do
|
if [[ ! -f ~/.config/systemd/user/hyprpolkitagent.service.d/override.conf ]]; then
|
||||||
source ~/.local/share/omarchy/install/hyprpolkitagent.sh
|
source ~/.local/share/omarchy/install/hyprpolkitagent.sh
|
||||||
|
|
||||||
# Reload user systemd and restart service
|
# Reload user systemd and restart service
|
||||||
|
@ -2,4 +2,7 @@
|
|||||||
|
|
||||||
# Run Plymouth installation script
|
# Run Plymouth installation script
|
||||||
echo "Install Plymouth splash screen"
|
echo "Install Plymouth splash screen"
|
||||||
|
if ! command -v plymouth &>/dev/null; then
|
||||||
|
yay -S --noconfirm --needed plymouth
|
||||||
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
|
bash "$HOME/.local/share/omarchy/install/plymouth.sh"
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user