summaryrefslogtreecommitdiffstats
path: root/sys-devel/gcce/files/install-script.sh
blob: 3c1453a041c6495fcbbf857c3ce91eeac0b580d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash

(
        # Lots of enters for the license
        for i in `seq 1 100`; do
                echo
        done
        # The next sequence is:
        # License: y
        # Install type: Custom (3)
        # Deselect documentation: 2
        # Install path
        # Confirm install path: y
        # Make links: None (4)
        # Some final newlines
        cat <<EOF
y
3
2
/usr/arm-none-symbianelf
y
4



EOF
) | sh ./symbian-adt* -i console