This commit is contained in:
2025-03-22 20:42:38 +01:00
parent 6e68408ddf
commit 604e27ce10
3 changed files with 31 additions and 6 deletions
+4 -3
View File
@@ -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: "