From 27abd1b400b02f89a1563c02ea409a07b9dd1f5d Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 16 May 2024 12:51:43 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/