Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdzmfg authored Dec 10, 2024
1 parent 2f35a3d commit 595a2c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dpkg-deb.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

echo [*] Updating..
echo [*] Updating...
find . -name '*.DS_Store' -type f -delete

echo [-] Cleaning up..
echo [-] Cleaning up...
find debs -type f -name '*.deb' -delete
rm -r Packages.bz2

Expand All @@ -17,8 +17,8 @@ dpkg-deb -bZgzip projects/MIXTAPE_PLAYER debs
dpkg-deb -bZgzip projects/Silk debs
dpkg-deb -bZgzip projects/RedSn0w\ Respring debs

echo [*] Scanning Packages..
echo [%] Scanning Packages...
dpkg-scanpackages ./debs > Packages
bzip2 -fks Packages

echo [=] Done!
echo [=] Completed!

0 comments on commit 595a2c5

Please sign in to comment.