diff --git a/scripts/install.sh b/scripts/install.sh
index b51dc0312a345f1d2ba238966470949f27b3a996..e036b4bc01252c04a4afe4a72c920e7d6fa96c5b 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -65,7 +65,7 @@ if [ $daemon = "y" ]; then
                 echo "The daemon is already in crontab"
             else
                 echo "Adding the daemon to crontab..."
-                sudo crontab -l > crontab.tmp
+                crontab -l > crontab.tmp
                 echo "@reboot /usr/bin/librehomeworkd" >> crontab.tmp
                 crontab crontab.tmp
                 rm crontab.tmp