mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update php-stem.yml
This commit is contained in:
parent
95c46292f0
commit
8bd3ee999c
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
# Fixes search @ http://box/modules/es-wikihow - see https://github.com/iiab/iiab/issues/829
|
||||
# Fixes search @ http://box/modules/es-wikihow (popular with Spanish youth)
|
||||
# Source code: http://download.iiab.io/packages/php-stem.src.tar
|
||||
# June 2018 debugging & compilation thanks to Tim Moody & George Hunt
|
||||
# Original bug: https://github.com/iiab/iiab/issues/829
|
||||
|
||||
#- name: Download php-stem.rpi.tar
|
||||
# command: cd /; wget http://download.iiab.io/packages/php-stem.rpi.tar
|
||||
|
@ -12,6 +15,9 @@
|
|||
unarchive:
|
||||
src: http://download.iiab.io/packages/php-stem.rpi.tar
|
||||
dest: /
|
||||
owner: root
|
||||
group: root
|
||||
#mode: ????
|
||||
remote_src: yes
|
||||
when: is_rpi
|
||||
|
||||
|
@ -19,6 +25,9 @@
|
|||
unarchive:
|
||||
src: http://download.iiab.io/packages/php-stem.x64.tar
|
||||
dest: /
|
||||
owner: root
|
||||
group: root
|
||||
#mode: ????
|
||||
remote_src: yes
|
||||
when: not is_rpi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue