GithubHelp home page GithubHelp logo

uchks / repo.me Goto Github PK

View Code? Open in Web Editor NEW
201.0 13.0 91.0 29.71 MB

a modern apt repository template built by the community

License: MIT License

JavaScript 35.75% Shell 16.24% HTML 46.44% CSS 1.57%
sileo cydia cydia-repo depiction-page web-depictions sileo-depictions reposi3 debs template repo-template

repo.me's Issues

Automate updaterepo.sh with Github Actions

Its possible with this
Go to actions create custom actions
Copy code paste commit

name: Update-Repo
on: [push]
jobs:
Update-Repo-job:
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.event_name }}."
- run: echo "${{ runner.os }}."
- run: echo "${{ github.ref }} ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v2
- run: echo "${{ github.repository }}."
- run: echo "Runner Ready."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: chmod +x ./updaterepo.sh
- run: ./updaterepo.sh
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Github-Actions"
- run: git add "${{ github.workspace }}"
- run: git commit -a -m "Auto Update"
- run: git push
- run: echo "${{ job.status }}."

errors during setup

I get the following errors when I run updaterepo.sh and im unsure how to fix them.
Screen Shot 2021-02-08 at 5 06 46 PM

Check and use Procursus Bootstrap

Procursus Bootstrap can be installed on macOS.
If Procursus is installed, don't use brew, don't pull the apt-ftparchive binary.
Instead download apt-ftparchive, zstd, xz-utils, etc. from Procursus macOS Repo.

i expect the check to be similar to brew, but instead
which apt rather brew.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.