aboutsummaryrefslogtreecommitdiff
path: root/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* add some update from the master.Miquel Lionel2021-06-231-181/+0
| | | | | | | | | | | | | | | - Added the README.md form master branch. - Added new script gpigeonctl: will allow to initialize the database and manage it (add or delete and user, purge cookies). - Added the Makefile and the config.dek.mk from master branch with some changes - Added nginx config from master branch - Rename gpigeon.css -> styles.css - gpigeon-template.cgi: the -w flag on the shebang is useless because we already have "use warnings". Also, the man page discourage its use. - Fixed link-tmpl-template.cgi: the self-deletion now occurs as intended, and not only when in HAS_MAILSERVER=0 mode. also fixed the indenting around these parts because it was a clusterfuck
* More error checking in regards to package managers.Miquel Lionel2020-11-181-1/+1
|
* reflect changes made from previous commit in install.shMiquel Lionel2020-11-171-6/+13
| | | | - sed commands to change the HAS_MAILSERVER value.
* Add a todo mention to install.shMiquel Lionel2020-11-161-0/+1
| | | | so i remember my lazy bum
* Correction fonction check_vars d'install.shMiquel Lionel2020-11-151-1/+1
| | | | La commande avec sha256sum avait besoin d'être pipé dans cut
* on réécrit le script d'install un peu plus propreMiquel Lionel2020-11-151-151/+130
| | | | | On trouve une manière native de faire le checksum, yay. Il faut utiliser 'printf' et non 'echo' !
* getopt version dans les bacsMiquel Lionel2020-11-121-150/+170
|
* Commit initialMiquel Lionel2020-11-101-0/+174
On ajoute les fichiers. On normalise le nom des icônes en favicon.ico puis on met la notif de suppression des fichiers au-dessus du tableau, plus pratique si il y a BEAUCOUP de liens créés.