Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
cb19c63d
Commit
cb19c63d
authored
May 11, 2021
by
Jan Groenewald
Browse files
reduce number of apt-get -qq update in aims-complete-install
parent
ba8e3b62
Changes
2
Show whitespace changes
Inline
Side-by-side
2022.1/aims-desktop/aims-desktop-2022/bin/aims-complete-install
View file @
cb19c63d
...
@@ -18,7 +18,7 @@ systemctl stop unattended-upgrades
...
@@ -18,7 +18,7 @@ systemctl stop unattended-upgrades
# install software
# install software
apt-get
-qq
update
apt-get
-qq
update
apt-get
-y
install
sagemath-jupyter jupyter jupyter-notebook python3-notebook spyder3 r-cran-irkernel aims-desktop
apt-get
-y
install
sagemath-jupyter jupyter jupyter-notebook python3-notebook spyder3 r-cran-irkernel aims-desktop
aims-install-rstudio
aims-install-rstudio
-n
# -n to not call apt-get -qq update again in aims-install-rstudio
apt-get
-y
dist-upgrade
apt-get
-y
dist-upgrade
apt-get clean
apt-get clean
# clear Mac OSX boot entries in grub (installer USB looks like a Mac disk and get's added to grub)
# clear Mac OSX boot entries in grub (installer USB looks like a Mac disk and get's added to grub)
...
...
2022.1/aims-desktop/aims-desktop-2022/bin/aims-install-rstudio
View file @
cb19c63d
...
@@ -5,7 +5,9 @@
...
@@ -5,7 +5,9 @@
RSTUDIO
=
https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.4.1103-amd64.deb
RSTUDIO
=
https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.4.1103-amd64.deb
gpg
--keyserver
keys.gnupg.net
--recv-keys
3F32EE77E331692F
gpg
--keyserver
keys.gnupg.net
--recv-keys
3F32EE77E331692F
apt-get
-qq
update
if
[
"
$1
"
!=
"-n"
]
;
then
apt-get
-qq
update
# update unless called with -n, e.g. from aims-complete-install
fi
apt-get
-y
install
r-recommended libedit2 libssl1.1 libclang-dev libxkbcommon-x11-0 libsqlite3-0 libpq5 libc6
apt-get
-y
install
r-recommended libedit2 libssl1.1 libclang-dev libxkbcommon-x11-0 libsqlite3-0 libpq5 libc6
cd
/tmp
cd
/tmp
wget
-c
$RSTUDIO
wget
-c
$RSTUDIO
...
...
Write
Preview
Supports
Markdown
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