Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
cc1ea5cf
Commit
cc1ea5cf
authored
Jun 19, 2019
by
Jonathan Carter
Browse files
update installrstudio
parent
0abb509d
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/bin/aims-install-rstudio
View file @
cc1ea5cf
#!/bin/bash
RSTUDIO
=
https://download1.rstudio.org/desktop/debian9/x86_64/rstudio-1.2.1335-amd64.deb
#RSTUDIO=https://download1.rstudio.org/desktop/debian9/x86_64/rstudio-1.2.1335-amd64.deb
RSTUDIO
=
https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.2.1335-amd64.deb
gpg
--keyserver
keys.gnupg.net
--recv-keys
3F32EE77E331692F
apt-get
-qq
update
apt-get
-y
install
r-recommended libedit2 libssl1.1 libclang-dev libobjc-8-dev libobjc4
cd
/tmp
wget
-c
$RSTUDIO
dpkg-sig
--verify
${
RSTUDIO
#https
://download1.rstudio.org/desktop/
debian9/x86_
64/
}
&&
\
dpkg
-i
${
RSTUDIO
#https
://download1.rstudio.org/desktop/
debian9/x86_
64/
}
dpkg-sig
--verify
${
RSTUDIO
#
}
https://download1.rstudio.org/desktop/
bionic/amd
64/
&&
\
dpkg
-i
${
RSTUDIO
#https
://download1.rstudio.org/desktop/
bionic/amd
64/
}
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
cc1ea5cf
aims-desktop (1:2020.43) buster; urgency=medium
* Use bionic deb for rstudio for now
-- Jonathan Carter <jcc@debian.org> Wed, 19 Jun 2019 14:10:25 +0000
aims-desktop (1:2020.42) buster; urgency=medium
* Add dependencies needed for r-studio in install scrupt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment