Commit a7d1e463 authored by Yusei Tahara's avatar Yusei Tahara

Do not use https, since it is not a valid certificate, wget does not download files.

parent 4d9eaeda
......@@ -7,8 +7,8 @@ wget -O- "http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_8.0
apt-get update
apt-get install -y slapos-node
nohup slapos configure local
wget -O /etc/opt/slapos/slapos.cfg https://lab.nexedi.cn/yusei/a/raw/master/slapos.cfg
wget -O /etc/opt/slapos/computer_definition.cfg https://lab.nexedi.cn/yusei/a/raw/master/computer_definition.cfg
wget -O /etc/opt/slapos/slapos.cfg http://lab.nexedi.cn/yusei/a/raw/master/slapos.cfg
wget -O /etc/opt/slapos/computer_definition.cfg http://lab.nexedi.cn/yusei/a/raw/master/computer_definition.cfg
slapos proxy start
slapos node format --now
slapos supply https://lab.nexedi.cn/nexedi/slapos/raw/master/software/erp5/software.cfg local_computer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment