Skip to content

Commit

Permalink
0.7.0 release fixer-upper
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue authored May 21, 2020
2 parents 976fd13 + 9e89ddd commit 7752c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions tools/build/docker/install-everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ apk add shadow s6 s6-portable-utils
#Hey it's cpanm
curl -L https://cpanmin.us | perl - App::cpanminus

#Install Linux::Inotify2 manually since we don't run the full installer in a Docker context
cpanm Linux::Inotify2

#Install the LRR dependencies proper
cd tools && cpanm --notest --installdeps . -M https://cpan.metacpan.org && cd ..
npm run lanraragi-installer install-front
npm run lanraragi-installer install-full

#Cleanup to lighten the image
apk del perl-dev g++ make gnupg wget curl nodejs nodejs-npm openssl-dev
Expand Down
4 changes: 1 addition & 3 deletions tools/install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,9 @@ sub install_package {
## use critic

if ($@) {
say("$package not installed! Trying to install now using cpanm $cpanopt .");
say("$package not installed! Trying to install now using cpanm$cpanopt");
system("cpanm $package $cpanopt");
require $package;
} else {
say("$package package installed, proceeding...");
}

}

0 comments on commit 7752c15

Please sign in to comment.