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
0d984b60
Commit
0d984b60
authored
Aug 04, 2017
by
Jan Groenewald
Browse files
Add newline after aims-install-restricted extras prompt
parent
cd2f5569
Changes
2
Hide whitespace changes
Inline
Side-by-side
2017.1/aims-desktop-2017/bin/aims-install-restricted-extras
View file @
0d984b60
...
...
@@ -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/debian/changelog
View file @
0d984b60
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
...
...
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