Skip to content

Commit

Permalink
Update install methods for mit-scheme and indent
Browse files Browse the repository at this point in the history
- mit-scheme has been moved from the AUR into the community repo.
- indent has been moved into the AUR.
  • Loading branch information
appleby committed Oct 31, 2018
1 parent bc949c1 commit 9d25f39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/lisp-in-small-pieces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "==> Setting hostname"
echo lisp-in-small-pieces-vm | sudo tee /etc/hostname > /dev/null

echo "==> Installing git gambit-c bigloo indent and time"
sudo /usr/bin/pacman -S --noconfirm git gambit-c bigloo indent time
sudo /usr/bin/pacman -S --noconfirm git mit-scheme gambit-c bigloo time

echo "==> Creating tmpdir"
tmpdir=$(/usr/bin/mktemp --directory --tmpdir=${HOME})
Expand All @@ -22,9 +22,9 @@ pushd cower
/usr/bin/makepkg -scri --noconfirm
popd

echo "==> Installing mit-scheme"
/usr/bin/cower -d mit-scheme
pushd mit-scheme
echo "==> Installing indent"
/usr/bin/cower -d indent
pushd indent
/usr/bin/makepkg -scri --noconfirm
popd

Expand Down

0 comments on commit 9d25f39

Please sign in to comment.