forked from retoor/snek
Changes.
This commit is contained in:
+4
-3
@@ -94,11 +94,11 @@ fi
|
||||
|
||||
cp ~/r /usr/local/bin
|
||||
|
||||
chmod -x /usr/local/bin/*
|
||||
chmod -x /usr/local/bin/r
|
||||
|
||||
apt update && apt install libreadline-dev libcurl4-openssl-dev libssl-dev libncurses5-dev libncursesw5-dev libsqlite3-dev libreadline6-dev zlib1g-dev libbz2-dev libffi-dev liblzma-dev python3 python3-pip python3-venv -y
|
||||
apt update && apt install libreadline-dev libcurl4-openssl-dev libssl-dev libncurses5-dev libncursesw5-dev libsqlite3-dev libreadline6-dev zlib1g-dev libbz2-dev libffi-dev liblzma-dev python3 python3-pip python3-venv libjson-c-dev -y
|
||||
|
||||
echo "r is installed."
|
||||
echo "R is installed. Type r to run it."
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||
@@ -106,3 +106,4 @@ echo "r is installed."
|
||||
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
|
||||
# . /etc/bash_completion
|
||||
#fi
|
||||
export PS1="root@snek: "
|
||||
|
||||
Reference in New Issue
Block a user