diff --git a/install-ma-dte-debian.sh b/install-ma-dte-debian.sh index 1f022ac..ad2f938 100644 --- a/install-ma-dte-debian.sh +++ b/install-ma-dte-debian.sh @@ -1,8 +1,8 @@ #!/bin/bash #cd ~/bspwm-install-ma-dte -sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common" -sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common" +#sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common" +#sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common" sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list" sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list"