Skip to content

Commit e644402

Browse files
authored
Update lister.yml
1 parent b12c308 commit e644402

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lister.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: "Run lister"
2525
run: |
26+
AM2PLA_SCRIPT=$(curl -Ls https://raw.githubusercontent.com/ivan-hc/AM/main/tools/am2pla-site)
27+
[ -n "$AM2PLA_SCRIPT" ] && echo "$AM2PLA_SCRIPT" | grep -q "^AMREPO=" && echo "◆ Update am2pla-site script..." && echo "$AM2PLA_SCRIPT" > ./am2pla-site
2628
sed -i 's/^cd "$(xdg-user-dir DESKTOP)"/#cd "$(xdg-user-dir DESKTOP)"/g' ./am2pla-site
2729
#chmod a+x ./am2pla-site
2830
./am2pla-site

0 commit comments

Comments
 (0)