diff --git a/core/lib/Drupal/Core/Updater/Theme.php b/core/lib/Drupal/Core/Updater/Theme.php
index b379325..ef1e99f 100644
--- a/core/lib/Drupal/Core/Updater/Theme.php
+++ b/core/lib/Drupal/Core/Updater/Theme.php
@@ -84,6 +84,7 @@ public function postInstall() {
    */
   public function postInstallTasks() {
     return array(
+      \Drupal::l(t('Download another theme'), new Url('update.theme_install')),
       \Drupal::l(t('Install newly added themes'), new Url('system.themes_page')),
       \Drupal::l(t('Administration pages'), new Url('system.admin')),
     );
