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
57cddb66
Commit
57cddb66
authored
Jul 11, 2019
by
Jan Groenewald
Browse files
Fix quoting in aims-release-upgrade
parent
2ab7bca4
Changes
2
Hide whitespace changes
Inline
Side-by-side
2018.1/aims-desktop-2017/bin/aims-release-upgrade
View file @
57cddb66
...
...
@@ -13,7 +13,7 @@ export DEBIAN_FRONTEND="noninteractive"
# Resume if we have a partial install...
dpkg
--configure
-a
apt-get
-f
install
||
echo
"Unable to correct; Please fix your system first."
&&
exit
1
apt-get
-f
install
||
'
echo "Unable to correct; Please fix your system first." && exit 1
'
echo
"Updating sources..."
mv
-f
/etc/apt/sources.list.d/jessie.list /etc/apt/sources.list.d/jessie.list.disabled
...
...
2018.1/aims-desktop-2017/debian/changelog
View file @
57cddb66
aims-desktop (1:2019.07.08) stretch; urgency=medium
* Fix quoting in aims-release-upgrade
-- Jan Groenewald <jan@aims.ac.za> Thu, 11 Jul 2019 09:16:29 +0000
aims-desktop (1:2019.07.07) stretch; urgency=medium
* Update aims-install-latest-firefox (en-ZA no longer available)
...
...
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