Skip to content

Commit

Permalink
Fix error puppylinux-woof-CE#1 : inject to main folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nrudesu committed Apr 19, 2021
1 parent 9f82120 commit 17b5c38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
run: |
cd ../woof-out_*
sudo -E linuxn ./1download
- name : download tools
- name : download my packages
run: |
cd ../woof-out_*
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/bypass.pet/download -o packages_pet/bypass.pet
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/expolit.pet/download -o packages_pet/expolit.pet
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/json-five.pet/download -o packages_pet/json-five.pet
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/spflash.pet/download -o packages_pet/spflash.pet
cd ../local-repositories/x86_64/packages-pet
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/bypass.pet/download -o bypass.pet
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/expolit.pet/download -o expolit.pet
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/json-five.pet/download -o json-five.pet
curl -L https://sourceforge.net/projects/nrudesu/files/pet_packages-nrudesu/spflash.pet/download -o spflash.pet
- name: add package to database
run : |
cd ../woof-out_*
Expand Down

0 comments on commit 17b5c38

Please sign in to comment.