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
6521d216
Commit
6521d216
authored
May 03, 2017
by
Jan Groenewald
Browse files
Split aims-install-restricted-extras out from aims-complete-install
parent
b6083c04
Changes
5
Hide whitespace changes
Inline
Side-by-side
2017.1/aims-desktop-2017/bin/aims-complete-install
View file @
6521d216
#!/bin/bash
aims-install-rstudio
apt-get
-y
install
aims-restricted-extras
aims-restricted-extras-setup
apt-get
-y
install
sagemath-jupyter jupyter-notebook python-notebook spyder3
aims-install-irkernel
apt-get
-y
dist-upgrade
...
...
2017.1/aims-desktop-2017/bin/aims-install-restricted-extras
0 → 100755
View file @
6521d216
#!/bin/bash
echo
"* Warning: this will install proprietary software on your computer"
echo
"* This is completely unsupported by the AIMS Desktop community"
read
-a
ANSWER
-p
"* Please type 'Yes' and press Enter to continue"
if
[
$ANSWER
=
"Yes"
]
;
then
apt-get
-y
install
aims-restricted-extras
aims-restricted-extras-setup
else
echo
"Aborting..."
fi
2017.1/aims-desktop-2017/debian/changelog
View file @
6521d216
aims-desktop (2017.05.01) stretch; urgency=medium
* split aims-install-restricted-extras out from aims-complete-install
-- Jan Groenewald <jan@aims.ac.za> Wed, 03 May 2017 13:16:22 +0200
aims-desktop (2017.04.03) stretch; urgency=medium
* Explicitly add sudo
...
...
2017.1/aims-desktop-2017/debian/install
View file @
6521d216
...
...
@@ -3,6 +3,7 @@ aims-starburst.png usr/share/pixmaps
bin/aims-collect-support-data usr/bin
bin/aims-complete-install usr/sbin
bin/aims-install-irkernel usr/sbin
bin/aims-install-restricted-extras usr/sbin
bin/aims-install-rstudio usr/sbin
conf/gsettings/10_com.gexperts.Terminix.gschema.override usr/share/glib-2.0/schemas
conf/gsettings/95_aims-desktop.gschema.override usr/share/glib-2.0/schemas
...
...
2017.1/readme-alpha-beta-installs.txt
View file @
6521d216
...
...
@@ -51,3 +51,5 @@ morris
lesiba (2x laptops)
smegnsh (rtl8188ee wireless not working REVERTED TO UBUNTU 14.04)
# rc2
alicenanyanzi
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