From 7be2578bb8b55a8b8be9d7e55eca291aef6ff9e5 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Mon, 4 Mar 2024 23:12:28 +0530 Subject: [PATCH] @eshanized: push via push.sh!!! --- usr/local/bin/snigdhaos-before | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/usr/local/bin/snigdhaos-before b/usr/local/bin/snigdhaos-before index 6f494ec..81f9bae 100644 --- a/usr/local/bin/snigdhaos-before +++ b/usr/local/bin/snigdhaos-before @@ -9,3 +9,25 @@ echo echo "--->> Start snigdhaos-before <<---" echo +echo +echo "Populating Develoer Keys..." +echo + +pacman-key --init +pacman-key --populate snigdhaos +pacman-key --populate archlinux +pacman-key --populate chaotic +echo + +if [ ! -f /tmp/systemd-boot ]; then + echo "Copy Snigdha OS Grub Theme..." + mkdir -p /boot/grub/themes + cp -Rf /usr/share/grub/themes/snigdhaos-grub-theme /boot/grub/themes/ +fi + +echo +echo "Setting Snigdha OS Arctic Preset..." +mv -v /etc/mkinitcpio.d/snigdhaos /etc/mkinitcpio.d/linux.preset +echo +echo "--->> End snigdhaos-before <<---" +echo \ No newline at end of file