mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Clean up after install
@@ -4,12 +4,14 @@
|
||||
sudo ln -s /usr/lib64/libgmp.so.3 /usr/lib64/libgmp.so.10
|
||||
|
||||
# Get Haskell and build it
|
||||
#### From https://www.haskell.org/platform/linux.html#linux-generic
|
||||
pushd "$(mktemp -d)"
|
||||
#### Based on https://www.haskell.org/platform/linux.html#linux-generic
|
||||
dir="$(mktemp -d)"
|
||||
pushd "$dir"
|
||||
wget https://haskell.org/platform/download/7.10.2/haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz
|
||||
tar xvzf haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz
|
||||
./install-haskell-platform.sh
|
||||
popd
|
||||
rm -r "$dir"
|
||||
# Install shellcheck
|
||||
cabal install shellcheck
|
||||
|
||||
|
Reference in New Issue
Block a user