Skip to content

Commit

Permalink
Update .apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Madib036 authored Jan 30, 2025
1 parent d72ff6c commit 4824f42
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion @vite/.apk
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
npm install -g stremio-addon-sdk
git clone [email protected]:madib0361/malesforfemalesllc.link.git
git clone [email protected]:madib0361/malesforfemalesllc.link.git
before_install:
- sudo apt-get -y install libxml2-dev
addons:
apt:
update: true
!/bin/sh
set -ex
wget https://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz
tar -xzvf protobuf-2.4.1.tar.gz
cd protobuf-2.4.1 && ./configure --prefix=/usr && make && sudo make install

0 comments on commit 4824f42

Please sign in to comment.