Skip to content

Commit

Permalink
workaround for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed Sep 25, 2017
1 parent 0f11261 commit d87aa24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sparrowfile.install.pl6
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

if target_os() ~~ /alpine/ {
user 'gitprep'
}

task-run "install gitprep server", "gitprep";

package-install "git";


bash "cd ~/gitprep && ./gitprep", %(
user => "gitprep",
description => "run gitprep server"
Expand Down

0 comments on commit d87aa24

Please sign in to comment.