updated the installer so that it should actually work
Some checks failed
Build / build (push) Failing after 5m23s

This commit is contained in:
tumillanino
2025-11-11 18:57:02 +11:00
parent a7bd4d9457
commit 33dd952ad4
583 changed files with 161651 additions and 67 deletions

View File

@@ -5,22 +5,23 @@ MOUNT_POINT="/mnt"
echo "Setting up Cosmic Desktop..."
echo "Configuring display manager..."
# Enable Cosmic services
systemctl enable cosmic-greeter
echo "Installing additional Cosmic components..."
# Install additional Cosmic components
pacman -S --noconfirm --needed \
cosmic-files \
cosmic-edit \
cosmic-term \
cosmic-store \
cosmic-settings
cosmic-settings \
xwayland-satellite
echo "Setting up user environment..."
# Configure Cosmic with Kanagawa Dragon theme
if [ -n "$SUDO_USER" ]; then
USER_HOME="/home/$SUDO_USER"
mkdir -p "$USER_HOME/.config"
mkdir -p "$USER_HOME/.config/cosmic"
chown -R "$SUDO_USER:$SUDO_USER" "$USER_HOME/.config"
fi
echo "Cosmic Desktop setup complete!"
echo "Cosmic Desktop setup complete!"