Skip to content

Commit

Permalink
Merge pull request #5 from tuxecure/sdl2mir-armhf-arm64-amd64
Browse files Browse the repository at this point in the history
edit clickable.yaml , changed local IP :port to ubportslibpatches url
  • Loading branch information
jhayar0719 authored Sep 12, 2024
2 parents 8583709 + 49a2040 commit 8a1b0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env_vars:
PKG_CONFIG_PATH: "/usr/lib/${ARCH_TRIPLET}/dev/pkgconfig"
dependencies_target:
- "nano"
- "&& wget http://192.168.1.6:9999/sdl2mir_${ARCH_TRIPLET}.deb && dpkg -i ./sdl2mir_${ARCH_TRIPLET}.deb && wget http://192.168.1.6:9999/sdl2-image_${ARCH_TRIPLET}.deb && dpkg -i ./sdl2-image_${ARCH_TRIPLET}.deb && apt-get install -y --force-yes --no-install-recommends net-tools"
- "&& wget https://https://ubportslibpatches.github.io/ubporrts_ppa/dists/focal/sdl2mir_${ARCH_TRIPLET}.deb && dpkg -i ./sdl2mir_${ARCH_TRIPLET}.deb && wget https://https://ubportslibpatches.github.io/ubporrts_ppa/dists/focal/sdl2-image_${ARCH_TRIPLET}.deb && dpkg -i ./sdl2-image_${ARCH_TRIPLET}.deb && apt-get install -y --force-yes --no-install-recommends net-tools"
- "libogg-dev"
- "libopenal-dev"
- "libfreetype6-dev"
Expand Down

0 comments on commit 8a1b0cb

Please sign in to comment.