diff --git a/install.sh b/install.sh index 308deae..183e81b 100644 --- a/install.sh +++ b/install.sh @@ -221,13 +221,13 @@ mkdir -p /home/$username/.config/polybar mkdir -p /home/$username/.config/polybar/scripts cp $builddir/polybar/config.ini /home/$username/.config/polybar/ cp $builddir/polybar/launch.sh /home/$username/.config/polybar/ -cp $builddir/polybar/system-usb-udev.sh /home/$username/.config/scripts/ -cp $builddir/polybar/system-bluetooth-bluetoothctl.sh /home/$username/.config/scripts/ +cp $builddir/polybar/system-usb-udev.sh /home/$username/.config/polybar/scripts/ +cp $builddir/polybar/system-bluetooth-bluetoothctl.sh /home/$username/.config/polybar/scripts/ cp $builddir/polybar/polybar.desktop /home/$username/.config/autostart/ cp $builddir/polybar/95-usb.rules /etc/udev/rules.d/ chmod +x /home/$username/.config/polybar/launch.sh -chmod +x /home/$username/.config/polybar/system-usb-udev.sh -chmod +x /home/$username/.config/polybar/system-bluetooth-bluetoothctl.sh +chmod +x /home/$username/.config/polybar/scripts/system-usb-udev.sh +chmod +x /home/$username/.config/polybar/scripts/system-bluetooth-bluetoothctl.sh # Application du droit de propriété pour l'utilisateur principal sudo chown -R $username:$username /home/$username/.config/