diff --git a/README.md b/README.md index 30f223e..46bdef2 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@

- + Logo

Citrine

- - - - Discord

Command line Crystal Linux installer

@@ -32,13 +28,14 @@ Request WM/DEs [here](https://github.com/crystal-linux/citrine/issues/1). | --- | --- | --- | | **Budgie** | ✅ | | **Cinnamon** | ✅ | +| **Cutefish** | ❌ | **DOES NOT WORK AT ALL** | | **Deepin** | ✅ | | **Enlightenment** | ✅ | | **Gnome** | ✅ | | **KDE** | ✅ | | **LXDE** | ✅ | | **LXQt** | ✅ | -| **Mate** | ✅ | Seems to have fonts missing. See #10 | +| **Mate** | ✅ | Seems to have fonts missing. | | **UKUI** | ✅ | | **XFCE** | ✅ | diff --git a/citrine.internal.sh b/citrine.internal.sh index e2cf73a..cb6f08c 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -240,7 +240,11 @@ fi arch-chroot /mnt /continue.sh 2>&1 | tee /mnt/var/log/citrine.chroot.log rm /mnt/continue.sh +<<<<<<< HEAD dumptitle="Citrine" dump "Installation should now be complete." #read +======= +inf "Installation should now be complete." +>>>>>>> main diff --git a/continue.sh b/continue.sh index f1c3337..46d6e1b 100755 --- a/continue.sh +++ b/continue.sh @@ -124,9 +124,13 @@ echo >> /etc/sudoers echo "# Enabled by Crystalinstall" >> /etc/sudoers echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers +echo >> /etc/sudoers +echo "# Enabled by Crystalinstall" >> /etc/sudoers +echo "Defaults pwfeedback" >> /etc/sudoers + if [[ -f /efimode ]]; then rm /efimode - grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=Crystal + grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=Crystal --removeable else DISK=$(cat /diskn) rm /diskn