Created
March 27, 2013 04:35
-
-
Save remisarrailh/5251673 to your computer and use it in GitHub Desktop.
partage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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