We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b373a commit cb30b24Copy full SHA for cb30b24
install_rstudio.sh
@@ -4,6 +4,11 @@ set -e
4
RSTUDIO_VERSION=${1:-${RSTUDIO_VERSION:-"stable"}}
5
NB_USER=${NB_USER:-"jovyan"}
6
7
+export DEBIAN_FRONTEND=noninteractive
8
+
9
+# Fix any interrupted dpkg processes
10
+dpkg --configure -a
11
12
apt-get update && apt-get -y install \
13
ca-certificates \
14
gdebi-core \
0 commit comments