Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install perlbrew utility #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion profiles/devices/acer-c720/scripts/xcodestarter.sh
Original file line number Diff line number Diff line change
@@ -70,6 +70,14 @@ cd $tempbuild
export DEBIAN_FRONTEND=noninteractive; apt-get -y -q install default-jdk
touch "java.done"

# Install perlbrew, for easy installation of a non system perl
# See what is http://perlbrew.pl/ for further info

echo "Installing perlbrew"
cd $tempbuild
export DEBIAN_FRONTEND=noninteractive; apt-get -y -q install perlbrew
touch "perlbrew.done"

echo "Installing Minecraft"
cd $tempbuild
export DEBIAN_FRONTEND=noninteractive; add-apt-repository -y ppa:minecraft-installer-peeps/minecraft-installer
@@ -109,4 +117,4 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
touch "dconf-overrides.done"

# Cleanup
rm -fr /tmp/tmp.*
rm -fr /tmp/tmp.*