Skip to content

Instantly share code, notes, and snippets.

@remisarrailh
Created March 27, 2013 04:35
Show Gist options
  • Save remisarrailh/5251673 to your computer and use it in GitHub Desktop.
Save remisarrailh/5251673 to your computer and use it in GitHub Desktop.
partage
#!/bin/bash
clear
echo "-----------------------"
echo "-----------------------"
echo "Installation du partage"
echo "-----------------------"
echo "-----------------------"
apt-get install samba
echo "----------------------------------"
echo "----------------------------------"
echo "Telechargement de la configuration"
echo "----------------------------------"
echo "----------------------------------"
wget -O /etc/samba/smb.conf http://smarturl.it/smb
echo "----------------------------------"
echo "----------------------------------"
echo "Application de la configuration "
echo "----------------------------------"
echo "----------------------------------"
service samba restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment