Update main.yml

This commit is contained in:
qiaofeng1227 2022-09-07 14:08:11 +08:00 committed by GitHub
parent 1de5d58568
commit 21a041de3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,7 @@
- name: Install {{appname}}
shell: |
wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - > /credentials/tmp 2>&1
grep "Login" /credentials/tmp >> /credentials/password.txt
grep "Password" /credentials/tmp >> /credentials/password.txt
wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash -
- name: Output version
shell: echo "fastpanel version refer to https://fastpanel.direct/changelog" >> /data/logs/install_version.txt