Skip to content

Instantly share code, notes, and snippets.

@riccardobl
Created October 15, 2018 18:30
Show Gist options
  • Save riccardobl/042512e85b5e1d14b111c8beab566d67 to your computer and use it in GitHub Desktop.
Save riccardobl/042512e85b5e1d14b111c8beab566d67 to your computer and use it in GitHub Desktop.
Fix freelan installation in ubuntu
#!/bin/bash
mv /etc/freelan/freelan.cfg /etc/freelan/freelan.conf
ln /bin/freelan /usr/sbin/freelan
chmod +x /usr/sbin/freelan
echo 'CONFIGURATIONS="freelan"' > /etc/default/freelan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment