Skip to content

Instantly share code, notes, and snippets.

View steventrux's full-sized avatar
🎯
Focusing

Steven Trux steventrux

🎯
Focusing
View GitHub Profile
anonymous
anonymous / btsync-secret
Created April 6, 2014 08:07
btsync-secret - A Bittorrent Sync Secret Generator
#!/bin/sh
#/ Usage: btsync-secret [option]...
#/ A Bittorrent Sync Secret Generator
set -e
h_flag=false
v_flag=false
e_flag=false
n_flag=false
c_flag=false
#!/bin/bash
clear
# Ajoute des depots non-free
echo "deb http://ftp2.fr.debian.org/debian/ squeeze main non-free
deb-src http://ftp2.fr.debian.org/debian/ squeeze main non-free" >> /etc/apt/sources.list
# Update depots
apt-get update