diff --git a/database/seeds/CurrenciesSeeder.php b/database/seeds/CurrenciesSeeder.php
index 2fabdd4c57..73858cf373 100644
--- a/database/seeds/CurrenciesSeeder.php
+++ b/database/seeds/CurrenciesSeeder.php
@@ -63,6 +63,7 @@ class CurrenciesSeeder extends Seeder
['name' => 'Czech Koruna', 'code' => 'CZK', 'symbol' => 'Kč', 'precision' => '2', 'thousand_separator' => ' ', 'decimal_separator' => ',', 'swap_currency_symbol' => true],
['name' => 'Uruguayan Peso', 'code' => 'UYU', 'symbol' => '$', 'precision' => '2', 'thousand_separator' => '.', 'decimal_separator' => ','],
['name' => 'Namibian Dollar', 'code' => 'NAD', 'symbol' => '$', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
+ ['name' => 'Tunisian Dinar', 'code' => 'TND', 'symbol' => 'DTN', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
];
foreach ($currencies as $currency) {
diff --git a/docs/install.rst b/docs/install.rst
index 9f3286e73d..4691fffa41 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -12,6 +12,8 @@ Detailed Guides
- Debian and Nginx: `rosehosting.com `_
+- CentOS, Nginx, MariaDB and PHP 7: `thishosting.rocks `_
+
Automated Installers
^^^^^^^^^^^^^^^^^^^^