diff --git a/archInstall.sh b/archInstall.sh
index 3ea6cc2..7fc453e 100644
--- a/archInstall.sh
+++ b/archInstall.sh
@@ -268,9 +268,7 @@ arch-chroot /mnt rm /script.sh
 if [ $INSTALLGUI -eq 1 ]; then
 	next "intall gui config"
 	cp linuxrc.sh /mnt/home/$USRNAME
-	arch-chroot /mnt chmod +x /home/$USRNAME/linuxrc.sh
-	arch-chroot /mnt sudo /home/$USRNAME/linuxrc.sh $USRNAME
-	arch-chroot /mnt rm /home/$USRNAME/linuxrc.sh
+	echo -e "script installation gui copier a / apres redemarrage executer le"
 fi
 
 next "reboot"
diff --git a/linuxrc.sh b/linuxrc.sh
index f6cbc0b..d85e0da 100644
--- a/linuxrc.sh
+++ b/linuxrc.sh
@@ -44,3 +44,7 @@ touch .xinitrc
 echo "exec /usr/local/bin/dwm" > .xinitrc
 
 echo "[[ ! \$DISPLAY && \$XDG_VTNR -eq 1 ]] && startx" >> .bash_profile
+
+echo "installatin fini, appuez sur entrez pour redemarrer"
+read
+reboot