Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Mar 8, 2024
1 parent 2e058c1 commit 81ac80d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
list=($(ls /mnt | grep deb))
for ((i = 0; i < ${#list[@]}; i++)); do
debtap -Q /mnt/${list[i]}
name=$(echo ${list[i] | awk -F '.' '{print $1}')
mv mihomo*.pkg.tar.zst ${name}.pkg.tar.zst
done

0 comments on commit 81ac80d

Please sign in to comment.