Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 285fc4f

Browse files
fixed setup.sh
1 parent 9b3e7bc commit 285fc4f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ case "$(uname)" in
2121
then source /etc/os-release
2222
case "$VERSION_CODENAME" in
2323
(bionic) sudo apt-get install -y libicu60 libvpx5 ;;
24-
(focal) echo -e "8\n41\n" | apt-get install -y libicu-dev libvpx-dev ;;
24+
(focal) echo -e "8\n41\n" | sudo apt-get install -y libicu-dev libvpx-dev ;;
2525
(*) echo "unsupported ubuntu version" ; exit 1 ;;
2626
esac
2727
else echo "sorry only ubuntu 18/20 is supported" ; exit 1
2828
fi
29-
sudo apt-get update
29+
sudo apt-get update
3030
sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev \
3131
libreadline-dev libsqlite3-dev wget curl libncurses5-dev libncursesw5-dev \
3232
xz-utils libffi-dev liblzma-dev python-openssl git zip
@@ -95,5 +95,4 @@ echo $GOENV_VERSION >.go-version
9595

9696
# etc
9797
python3 -mpip install redis==3.4.1 httpie==2.1.0
98-
npm install -g https://apigcp.nimbella.io/downloads/nim/nimbella-cli.tgz
99-
98+
curl https://apigcp.nimbella.io/downloads/nim/nim-install-linux.sh | sudo bash

0 commit comments

Comments
 (0)