mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-19 18:08:21 +01:00
fix file path
This commit is contained in:
parent
87169dd41f
commit
4d62cee7af
@ -6,11 +6,12 @@ mkdir -p /opt/www/htdocs
|
||||
|
||||
if [ "$1" = "full" ]; then
|
||||
# base server
|
||||
wget -O- https://get.bitdojo.dev/antd | bash -s "1.0.6b"
|
||||
wget -O- https://get.iohub.dev/antd | bash -s "1.0.6b"
|
||||
# base plugin
|
||||
wget -O- https://get.bitdojo.dev/antd_plugin | bash -s "lua-0.5.2b"
|
||||
wget -O- https://get.bitdojo.dev/antd_plugin | bash -s "wterm-1.0.0b"
|
||||
wget -O- https://get.bitdojo.dev/antd_plugin | bash -s "tunnel-0.1.0b"
|
||||
wget -O- https://get.iohub.dev/antd_plugin | bash -s "lua-0.5.2b"
|
||||
wget -O- https://get.iohub.dev/antd_plugin | bash -s "wterm-1.0.0b"
|
||||
wget -O- https://get.iohub.dev/antd_plugin | bash -s "tunnel-0.1.0b"
|
||||
wget -O- https://get.iohub.dev/antd_plugin | bash -s "cgi-1.0.0b"
|
||||
# install antos
|
||||
|
||||
[ -d /tmp/apub ] && rm -r /tmp/apub
|
||||
|
Loading…
Reference in New Issue
Block a user