Skip to content

Instantly share code, notes, and snippets.

@sultanqasim
Last active April 30, 2017 14:25

Revisions

  1. sultanqasim revised this gist Mar 7, 2017. 1 changed file with 1 addition and 6 deletions.
    7 changes: 1 addition & 6 deletions fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -4,9 +4,4 @@ chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4 xz-lzma-compat ImageMagick

    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64

    # arco's fix for messed up maven certificate (not working on fedora, need to figure out)
    echo QUIT | openssl s_client -showcerts -connect maven.cyanogenmod.org:443 > ssl.cyanogenmod.org.crt
    sudo mv ssl.cyanogenmod.org.crt /etc/pki/ca-trust/source/anchors/
    sudo update-ca-trust
    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64
  2. sultanqasim revised this gist Dec 30, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ mkdir -p ~/bin
    curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4 xz-lzma-compat
    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4 xz-lzma-compat ImageMagick

    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64

  3. sultanqasim revised this gist Dec 29, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ mkdir -p ~/bin
    curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4
    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4 xz-lzma-compat

    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64

  4. sultanqasim revised this gist Dec 29, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool nc

    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64

    # arco's fix for messed up maven certificate
    # arco's fix for messed up maven certificate (not working on fedora, need to figure out)
    echo QUIT | openssl s_client -showcerts -connect maven.cyanogenmod.org:443 > ssl.cyanogenmod.org.crt
    sudo mv ssl.cyanogenmod.org.crt /etc/pki/ca-trust/source/anchors/
    sudo update-ca-trust
  5. sultanqasim revised this gist Dec 28, 2016. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,9 @@ chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4

    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64
    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64

    # arco's fix for messed up maven certificate
    echo QUIT | openssl s_client -showcerts -connect maven.cyanogenmod.org:443 > ssl.cyanogenmod.org.crt
    sudo mv ssl.cyanogenmod.org.crt /etc/pki/ca-trust/source/anchors/
    sudo update-ca-trust
  6. sultanqasim revised this gist Dec 28, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,6 @@ mkdir -p ~/bin
    curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4
    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4

    sudo ln -s /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-8-openjdk-amd64
  7. sultanqasim revised this gist Dec 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@ mkdir -p ~/bin
    curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs
    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs m4
  8. sultanqasim revised this gist Dec 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@ mkdir -p ~/bin
    curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-libs.i686 ncurses-c++-libs.i686
    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-compat-libs
  9. sultanqasim revised this gist Dec 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@ mkdir -p ~/bin
    curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache
    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache schedtool ncurses-libs.i686 ncurses-c++-libs.i686
  10. sultanqasim revised this gist Dec 28, 2016. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    sudo dnf install python glibc.i686 libstdc++.i686
    mkdir -p ~/bin
    curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    chmod +x ~/bin/repo

    sudo dnf install python glibc.i686 libstdc++.i686 java maven ccache
  11. sultanqasim revised this gist Dec 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    sudo dnf install python libc.i686 libstdc++.i686
    sudo dnf install python glibc.i686 libstdc++.i686
  12. sultanqasim created this gist Dec 28, 2016.
    1 change: 1 addition & 0 deletions fedora_android_deps
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    sudo dnf install python libc.i686 libstdc++.i686