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
e4404f70
Commit
e4404f70
authored
Aug 05, 2019
by
Jan Groenewald
Browse files
Add test for being in live environment to aims-complete-install
parent
ec786e27
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/bin/aims-complete-install
View file @
e4404f70
#!/bin/bash
#!/bin/bash
# Check we are not in the installer live environment
mount |
grep
squashfs
&&
\
if
[
"
$1
"
!=
"-f"
]
;
then
echo
"You seem to be running aims-complete-install in the live environment,"
echo
"add '-f' to continue anyway; else reboot to the new installation."
exit
1
fi
aims-install-rstudio
aims-install-rstudio
apt-get
-y
install
sagemath-jupyter jupyter jupyter-notebook python-notebook spyder3 r-cran-irkernel
apt-get
-y
install
sagemath-jupyter jupyter jupyter-notebook python-notebook spyder3 r-cran-irkernel
apt-get
-y
dist-upgrade
apt-get
-y
dist-upgrade
...
...
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
e4404f70
aims-desktop (1:2020.51) buster; urgency=medium
* Add test for being in live environment to aims-complete-install
-- Jan Groenewald <jan@aims.ac.za> Mon, 05 Aug 2019 08:32:46 +0000
aims-desktop (1:2020.50) buster; urgency=medium
aims-desktop (1:2020.50) buster; urgency=medium
* Change tweaks desktop file in favourites
* Change tweaks desktop file in favourites
...
...
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