From e606c1584e83f8875f48bf968fb1f067d3356774 Mon Sep 17 00:00:00 2001 From: "Sergey S. Betke" Date: Sun, 1 Oct 2017 09:49:09 +0300 Subject: [PATCH] =?UTF-8?q?*=20=D1=80=D0=B0=D0=B7=D0=B1=D0=B8=D1=80=D0=B0?= =?UTF-8?q?=D0=B5=D0=BC=D1=81=D1=8F=20=D1=81=20powershell=20=D0=BD=D0=B0?= =?UTF-8?q?=20linux=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7384b7a9..085ad4cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: sudo apt-get install -y libunwind8 libicu52 wget wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.14.04.1_amd64.deb + powershell -noprofile -c '"Congratulations! PowerShell is installed at $PSHOME"' - run: name: Build