diff --git a/setup-raveos.sh b/setup-raveos.sh
index 90463cc..dc07e56 100644
--- a/setup-raveos.sh
+++ b/setup-raveos.sh
@@ -12,10 +12,10 @@ yellow=$(tput setaf 3) # ${yellow}
     sudo systemctl enable gdm.service
 
     git clone https://aur.archlinux.org/yay-bin.git
-    cd yay
+    cd yay-bin
     makepkg -si
     cd -
-    rm -rf yay
+    rm -rf yay-bin
 
     yay -S yaru --noconfirm
 
@@ -44,6 +44,4 @@ yellow=$(tput setaf 3) # ${yellow}
     cp -a .themes /home/$USER/
     cp -a .icons /home/$USER/
     dconf load / < raveui-*
-    set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
-
-    reboot
\ No newline at end of file
+    set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.pnp
\ No newline at end of file