Commit graph

268 commits

Author SHA1 Message Date
Kload
61b24207fe Update v2 script 2013-06-13 10:41:13 +02:00
Kload
ac1cc95e82 v2 variable name fix 2013-05-21 08:20:38 +00:00
Kload
32660d5b69 v2 install script exec rights 2013-05-21 08:14:45 +00:00
Adrien Beudin
35a593e4d6 update script 2013-05-13 11:14:15 +02:00
abeudin
4781d66a3f Update install_yunohost 2013-02-25 11:16:44 +01:00
abeudin
416d95b4d3 add prosody restart 2013-02-25 11:11:08 +01:00
abeudin
13e5d1ec24 Update install_yunohost 2013-02-14 17:30:01 +01:00
abeudin
c7fe1956c4 Update install_yunohost 2013-02-14 16:12:48 +01:00
abeudin
6cc0ca1a46 Update install_yunohost 2013-02-14 16:10:56 +01:00
abeudin
df4b8c0bf2 Update install_yunohost 2013-02-14 15:57:42 +01:00
abeudin
5ccd21b9b5 Update install_yunohost 2013-02-14 15:37:19 +01:00
abeudin
96b4a1ecd1 Update install_yunohost 2013-02-14 15:30:30 +01:00
abeudin
d9e02d76ac Update install_yunohost 2013-02-04 15:37:14 +01:00
abeudin
f0117560d8 Update install_yunohost 2013-02-04 15:36:52 +01:00
abeudin
39e2cda3d9 Update README.md 2012-11-15 16:27:28 +01:00
abeudin
9959b0b594 Merge pull request #3 from TibshoOT/tib-doc
tib-doc
2012-11-15 07:27:02 -08:00
Thibaut Deloffre
66d100fc3f Ajout de retour pour le markdown 2012-11-14 15:10:44 +01:00
Thibaut Deloffre
f7268a9cde Modification du README pour le script install_yunohost 2012-11-14 15:09:24 +01:00
abeudin
d4b52c0b70 Update debconfv2 2012-10-28 11:05:59 +01:00
abeudin
dd7f49c444 Add iptables-persistent debconf 2012-10-21 17:37:53 +03:00
abeudin
120b4e7f4a Update install_yunohost 2012-10-15 20:29:13 +03:00
abeudin
940174cbf6 Update install_yunohost 2012-10-15 00:22:53 +03:00
abeudin
5378138919 Update install_yunohost 2012-10-15 00:12:00 +03:00
adrien
42aaf1de6d add caution and depends loops 2012-10-12 18:55:31 +02:00
abeudin
d5bbfbf45c Update debconfv2 2012-10-10 22:12:58 +03:00
abeudin
8a48854a35 Merge pull request #2 from dblugeon/patch-1
correct install_yunohost for debian wheezy
2012-10-04 02:37:24 -07:00
dblugeon
179e4eaa4f correct install_yunohost for debian wheezy
correct elif syntax for debian wheezy
2012-10-04 09:20:54 +03:00
Adrien Beudin
8905d0c47a add debconf yunohostv2 2012-10-03 20:18:08 +02:00
abeudin
bd8f173b5d Update install_yunohost 2012-10-01 00:52:44 +03:00
abeudin
43e2823e8a ajout repo lemonldap for wheezy 2012-09-29 18:28:52 +03:00
abeudin
feba7f8de7 Update install_yunohost 2012-09-19 10:15:45 +03:00
abeudin
cb743056e4 Update install_yunohost 2012-09-19 10:15:00 +03:00
abeudin
3f45872414 fix rollback fonction 2012-09-19 10:00:12 +03:00
abeudin
d2dc8b1963 Update install_yunohost 2012-08-23 19:27:07 +03:00
abeudin
822703f35a add repo lemonldap armel 2012-08-22 21:15:16 +03:00
abeudin
8a2b5ee17f Update install_yunohost 2012-08-19 18:24:30 +03:00
abeudin
5cecdb897a remove debug 2012-08-18 15:05:05 +03:00
abeudin
53593b72d5 Update install_yunohost 2012-08-18 15:04:00 +03:00
abeudin
20a25c79b5 add repo for wheezy 2012-08-18 14:31:10 +03:00
abeudin
836fe1719e Update install_yunohost 2012-08-18 11:34:28 +03:00
Adrien Beudin
56442e33e4 add check DOMAIN and ROOT 2012-08-17 18:59:44 +02:00
Adrien Beudin
ad76357778 Merge branch 'master' of git://github.com/frntn/Script into frntn-master
Conflicts:
	install_yunohost
2012-08-17 18:17:19 +02:00
abeudin
31fb4f7788 Update install_yunohost 2012-08-16 12:50:21 +03:00
Matthieu Fronton
307fa4b0a8 adding specific exit code variable for each error type 2012-08-16 09:06:41 +02:00
Matthieu Fronton
3089dc1016 adding msg for manual rollback if install failed 2012-08-16 09:05:23 +02:00
Matthieu Fronton
7c744aa45a adding rollback feature of the config files (only if install haven't started yet) 2012-08-16 09:02:51 +02:00
Matthieu Fronton
918647940e forgotten double bracket fix 2012-08-16 09:01:16 +02:00
Matthieu Fronton
33e0684904 Various bash coding improvements
Adding backup feature for config files
Using custom source list file for APT
2012-08-15 17:43:08 +02:00
Matthieu Fronton
33a32b47db use of the enhanced version of test builtin command (double brackets)
fix some misuse test command ( quote variable strings and use eq/ne for integers )
remove unecessary semi-colon at the end of each if ( use it only if the "then" is on the same line )
adding some TODO's
and may be other minor changes...
2012-08-15 16:51:39 +02:00
Matthieu Fronton
51fb9cb7cd fix some basic wording issues 2012-08-15 16:00:54 +02:00