Skip to content

Commit

Permalink
Add setup.sh, remove mathematica
Browse files Browse the repository at this point in the history
  • Loading branch information
xrobau committed Oct 9, 2018
1 parent 0f8b3d1 commit 61ffda5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
15 changes: 15 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl apache2

systemctl enable apache2
systemctl start apache2

mkdir -p work

if [ ! -h /var/www/html/pi ]; then
rm -f /var/www/html/pi
ln -s $(pwd)/work /var/www/html/pi
fi

2 changes: 0 additions & 2 deletions stage5/00-install-mathematica/00-debconf

This file was deleted.

1 change: 0 additions & 1 deletion stage5/00-install-mathematica/00-packages

This file was deleted.

0 comments on commit 61ffda5

Please sign in to comment.