home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c6e45
)
Fix buggy sources.list writing in postinstall script.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 12 Dec 2015 15:15:51 +0000
(16:15 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 12 Dec 2015 15:15:51 +0000
(16:15 +0100)
jessie_postinstall.sh
patch
|
blob
|
history
diff --git
a/jessie_postinstall.sh
b/jessie_postinstall.sh
index 244bf75dfe1b45a0f3cb90a19b3e706eda8328f9..e6145e53395a98fed3db4dd722def1563d7fc97f 100755
(executable)
--- a/
jessie_postinstall.sh
+++ b/
jessie_postinstall.sh
@@
-59,8
+59,8
@@
fi
# Package management config, system upgrade.
echo 'deb http://ftp.debian.org/debian/ jessie main contrib non-free' \
- >/etc/apt/sources.list
-echo 'deb http://security.debian.org/ jessie/updates main contrib non-free' \
+ >
/etc/apt/sources.list
+echo 'deb http://security.debian.org/ jessie/updates main contrib non-free' \
>> /etc/apt/sources.list
echo 'deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free' \
>> /etc/apt/sources.list