Skip to content

Commit

Permalink
新增anydesk软件打包方法
Browse files Browse the repository at this point in the history
  • Loading branch information
gov360 committed Nov 21, 2019
1 parent 9f86fab commit 20ad2a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions yaml/pkg2appimage/anydesk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
app: anydesk

ingredients:
dist: trusty
sources:
- deb http://cn.archive.ubuntu.com/ubuntu/ xenial main universe
script:
- DLD=$(wget -q "https://download.anydesk.com/linux/" -O -| grep -E "anydesk.*amd64.deb" |cut -d'"' -f2|head -n1|cut -d'/' -f2)
- wget -c "https://download.anydesk.com/linux/$DLD"

0 comments on commit 20ad2a4

Please sign in to comment.