fix basrc

This commit is contained in:
ducoterra
2020-08-22 15:57:36 -04:00
parent ad35b5dde4
commit 3be51e9411

View File

@@ -166,7 +166,7 @@ tar xf $(find . -maxdepth 1 -name etcd*)
cp $(find . -maxdepth 1 -type d -name "etcd*")/etcd $(find . -maxdepth 1 -type d -name "etcd*")/etcdctl /usr/local/bin/ cp $(find . -maxdepth 1 -type d -name "etcd*")/etcd $(find . -maxdepth 1 -type d -name "etcd*")/etcdctl /usr/local/bin/
chmod +x /usr/local/bin/etcd /usr/local/bin/etcdctl chmod +x /usr/local/bin/etcd /usr/local/bin/etcdctl
echo 'export ETCD_UNSUPPORTED_ARCH=arm64' >> ~/.bashrc echo 'export ETCD_UNSUPPORTED_ARCH=arm64' >> ~/.bashrc
echo 'export ETCD_IP=3.14.3.102' >> ~/.basrc echo 'export ETCD_IP=3.14.3.102' >> ~/.bashrc
echo 'export ETCD_NAME=red' >> ~/.bashrc echo 'export ETCD_NAME=red' >> ~/.bashrc
source ~/.bashrc source ~/.bashrc
mkdir -p /var/lib/etcd mkdir -p /var/lib/etcd