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
aada196d
Commit
aada196d
authored
Sep 25, 2018
by
Jan Groenewald
Browse files
Fix sources-final
parent
a9224269
Changes
2
Hide whitespace changes
Inline
Side-by-side
2017.1/aims-live-2017/calamares/scripts/sources-final
View file @
aada196d
...
...
@@ -3,17 +3,27 @@
CHROOT
=
$(
mount |
grep
proc |
grep
calamares |
awk
'{print $3}'
|
sed
-e
"s#/proc##g"
)
cat
<<
EOF
>
$CHROOT
/etc/apt/sources.list
# Debian
## Debian
# Main
deb http://deb.debian.org/debian stretch main
#deb-src http://deb.debian.org/debian stretch main
# Updates
deb http://deb.debian.org/debian stretch-updates main
#deb-src http://deb.debian.org/debian stretch-updates main
# Backports (cherrypick only!)
deb http://deb.debian.org/debian stretch-backports main
#deb-src http://deb.debian.org/debian stretch-updates main
#deb-src http://deb.debian.org/debian stretch-backports main
# Security (unattended upgrades)
deb http://security.debian.org/ stretch/updates main
#deb-src http://security.debian.org/ stretch/updates main
# AIMS Desktop
## AIMS Desktop
deb http://ppa.aims.ac.za/aims-ppa stretch main restricted
#deb-src http://ppa.aims.ac.za/aims-ppa stretch main restricted
EOF
2017.1/aims-live-2017/debian/changelog
View file @
aada196d
aims-live (2017.2.20180913.2) stretch; urgency=medium
* Fix typo and prettify sources-final
-- Jan Groenewald <jan@aims.ac.za> Tue, 25 Sep 2018 16:32:24 +0200
aims-live (2017.2.20180913.1) stretch; urgency=medium
* Fix splash option in /etc/default/grub
...
...
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