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
d61c045c
Commit
d61c045c
authored
Dec 12, 2017
by
Jonathan Carter
Browse files
Merge
parents
340c3917
5e44a77a
Changes
7
Hide whitespace changes
Inline
Side-by-side
2017.1/aims-desktop-2017/bin/aims-install-restricted-extras
View file @
d61c045c
...
...
@@ -2,7 +2,8 @@
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"
read
-a
ANSWER
-p
"* Please type 'Yes' and press Enter to continue
"
if
[
$ANSWER
=
"Yes"
]
;
then
apt-get
-y
install
aims-restricted-extras
...
...
2017.1/aims-desktop-2017/bin/aims-install-rstudio
View file @
d61c045c
#!/bin/bash
echo
"deb http://httpredir.debian.org/debian jessie main contrib"
>
/etc/apt/sources.list.d/jessie.list
# Rstudio 1.0.143 and before required 3 jessie packages to run on stretch
[
-f
/etc/apt/sources.list.d/jessie.list
]
&&
mv
/etc/apt/sources.list.d/jessie.list
{
,.disabled
}
for
PKG
in
libgstreamer0.10-0 libgstreamer-plugins-base0.10-0 libssl1.0.0
;
do
dpkg
-s
$PKG
>
/dev/null 2>&1
&&
apt-get
-y
purge
$PKG
;
done
# New rstudio does not require jessie packages
apt-get
-qq
update
apt-get
-y
install
r-recommended
libgstreamer0.10-0 libgstreamer-plugins-base0.10-0 libssl1.0.0
apt-get
-y
install
r-recommended
cd
/tmp
wget
-c
https://download1.rstudio.org/rstudio-
1.0.14
3-amd64.deb
dpkg
-i
rstudio-
1.0.14
3-amd64.deb
wget
-c
https://download1.rstudio.org/rstudio-
xenial-1.1.38
3-amd64.deb
dpkg
-i
rstudio-
xenial-1.1.38
3-amd64.deb
2017.1/aims-desktop-2017/debian/changelog
View file @
d61c045c
...
...
@@ -4,6 +4,18 @@ aims-desktop (2017.12.12) stretch; urgency=medium
-- Jonathan Carter <jonathan@aims.ac.za> Tue, 12 Dec 2017 09:06:03 +0200
aims-desktop (2017.07.04) stretch; urgency=medium
* Add newline after aims-restricted-extras prompt"
-- Jan Groenewald <jan@aims.ac.za> Fri, 04 Aug 2017 11:25:31 +0200
aims-desktop (2017.07.03) stretch; urgency=medium
* Update aims-install-rstudio
-- Jan Groenewald <jan@aims.ac.za> Mon, 31 Jul 2017 13:23:38 +0200
aims-desktop (2017.07.02) stretch; urgency=medium
* Test upload (no changes)
...
...
2017.1/aims-restricted-extras-2016/aims-restricted-extras-setup
View file @
d61c045c
...
...
@@ -36,7 +36,7 @@ echo " * Updating package indexes..."
apt-get
-qq
update
# Install software
apt-get
-y
install
nautilus-dropbox google-talkplugin skypeforlinux pepperflashplugin-nonfree
apt-get
-y
install
nautilus-dropbox google-talkplugin skypeforlinux
#
pepperflashplugin-nonfree
# Post-install configuration
# Get rid of annoying nautilus-dropbox messages
...
...
2017.1/aims-restricted-extras-2016/debian/changelog
View file @
d61c045c
aims-restricted-extras (2017.10.01) stretch; urgency=medium
* Change debian non-free sources from http.debian.net to deb.debian.org
-- Jan Groenewald <jan@aims.ac.za> Mon, 09 Oct 2017 10:28:03 +0200
aims-restricted-extras (2017.09.01) stretch; urgency=medium
* Pepperflashplugin-nonfree not in stretch
-- Jan Groenewald <jan@aims.ac.za> Wed, 06 Sep 2017 16:13:45 +0200
aims-restricted-extras (2017.01.08) stretch; urgency=medium
* Fix typo in script
...
...
2017.1/aims-restricted-extras-2016/debian/debhelper-build-stamp
deleted
100644 → 0
View file @
340c3917
aims-restricted-extras
2017.1/aims-restricted-extras-2016/ppalists/debian-nonfree.list
View file @
d61c045c
# Debian contrib and non-free
deb http://
http
.debian.
net
/debian stretch contrib non-free
deb http://
deb
.debian.
org
/debian stretch contrib non-free
deb http://
http
.debian.
net
/debian stretch-updates contrib non-free
deb http://
deb
.debian.
org
/debian stretch-updates contrib non-free
deb http://security.debian.org stretch/updates contrib non-free
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