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
f911b4f9
Commit
f911b4f9
authored
Jun 12, 2019
by
Jonathan Carter
Browse files
Update install time sources
parent
589b18f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-live/aims-live-2020/calamares/scripts/sources-installtime
View file @
f911b4f9
...
...
@@ -5,7 +5,7 @@
CHROOT
=
$(
mount |
grep
proc |
grep
calamares |
awk
'{print $3}'
|
sed
-e
"s#/proc##g"
)
/bin/echo
"#AIMS Desktop Installer"
>
$CHROOT
/etc/apt/sources.list
/bin/echo
"deb file:///media/installer buster main"
>>
$CHROOT
/etc/apt/sources.list
/bin/echo
"deb
[trusted=yes]
file:///media/installer buster main"
>>
$CHROOT
/etc/apt/sources.list
chroot
$CHROOT
/usr/bin/apt-get update
exit
0
2020.1/aims-live/aims-live-2020/debian/changelog
View file @
f911b4f9
aims-live (1:2020.11) buster; urgency=medium
* Add trusted=yes for local install media
-- Jonathan Carter <jcc@debian.org> Wed, 12 Jun 2019 11:56:15 +0200
aims-live (1:2020.10) buster; urgency=medium
* Don't add calamares desktop icon, it doesn't work with
...
...
@@ -15,7 +21,7 @@ aims-live (1:2020.9) buster; urgency=medium
aims-live (1:2020.8) buster; urgency=medium
* Attempt bootloader name fix
* Attempt bootloader name fix
-- Jonathan Carter <jonathan@aims.ac.za> Mon, 25 Feb 2019 07:23:41 +0000
...
...
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