From a873a2cf96c9f122e511502a3caa2c2e957655a7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 19:13:37 -0400 Subject: [PATCH] Clean up migrations a bit --- migrations/1751134568.sh | 2 +- migrations/1751135253.sh | 2 +- migrations/1751510848.sh | 1 - migrations/1752091783.sh | 3 --- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/migrations/1751134568.sh b/migrations/1751134568.sh index f1ecd07..14c8f41 100644 --- a/migrations/1751134568.sh +++ b/migrations/1751134568.sh @@ -1,8 +1,8 @@ # Turn on bluetooth service so blueberry works out the box +echo "Let's turn on Bluetooth service so the controls work" if systemctl is-enabled --quiet bluetooth.service && systemctl is-active --quiet bluetooth.service; then # Bluetooth is already enabled, nothing to change : else - echo "Let's turn on Bluetooth service so the controls work" sudo systemctl enable --now bluetooth.service fi diff --git a/migrations/1751135253.sh b/migrations/1751135253.sh index aa0e3ea..677b610 100644 --- a/migrations/1751135253.sh +++ b/migrations/1751135253.sh @@ -1,5 +1,5 @@ +echo "Add missing installation of bat (used by the ff alias)" if ! command -v bat &>/dev/null; then # Add missing installation of bat - echo "Add missing installation of bat (used by the ff alias)" yay -S --noconfirm --needed bat fi diff --git a/migrations/1751510848.sh b/migrations/1751510848.sh index 120947b..4a4e93e 100644 --- a/migrations/1751510848.sh +++ b/migrations/1751510848.sh @@ -1,3 +1,2 @@ echo "Installing missing fd terminal tool for finding files" yay -S --noconfirm --needed fd -echo "You must start a new terminal for fd to work" diff --git a/migrations/1752091783.sh b/migrations/1752091783.sh index c233ee1..b2b888a 100644 --- a/migrations/1752091783.sh +++ b/migrations/1752091783.sh @@ -1,6 +1,3 @@ -#!/usr/bin/env bash - -# Run Plymouth installation script echo "Install Plymouth splash screen" if ! command -v plymouth &>/dev/null; then yay -S --noconfirm --needed plymouth