mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Need to have the install inside the check of course
This commit is contained in:
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
# Install Plymouth package
|
# Install Plymouth package
|
||||||
echo "Installing Plymouth..."
|
echo "Installing Plymouth..."
|
||||||
yay -S --noconfirm --needed plymouth
|
|
||||||
|
|
||||||
if ! command -v plymouth &>/dev/null; then
|
if ! command -v plymouth &>/dev/null; then
|
||||||
|
yay -S --noconfirm --needed plymouth
|
||||||
|
|
||||||
# Skip if plymouth already exists for some reason
|
# Skip if plymouth already exists for some reason
|
||||||
# Backup original mkinitcpio.conf just in case
|
# Backup original mkinitcpio.conf just in case
|
||||||
backup_timestamp=$(date +"%Y%m%d%H%M%S")
|
backup_timestamp=$(date +"%Y%m%d%H%M%S")
|
||||||
|
Reference in New Issue
Block a user