1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 09:06:39 +00:00

science-repo: fix function formatting

This commit is contained in:
Henrik Grimler 2019-03-20 10:08:07 +01:00
parent 41650e0520
commit feb5303f5e

View File

@ -11,7 +11,7 @@ termux_step_make_install() {
echo "deb https://dl.bintray.com/grimler/science-packages-24 science stable" > $TERMUX_PREFIX/etc/apt/sources.list.d/science.list
}
termux_step_create_debscripts () {
termux_step_create_debscripts() {
echo "#!$TERMUX_PREFIX/bin/sh" > postinst
echo "echo Downloading updated package list ..." >> postinst
echo "apt update" >> postinst