fix path error

This commit is contained in:
Brian Seymour 2019-05-31 15:57:46 -05:00
parent 92bf1d3496
commit af4255fc1f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ apt-get -y install git tzdata nano \
umake swift umake swift
ln -s /root/.local/share/umake/swift/swift-lang/usr/bin/swift /usr/bin/swift ln -s /root/.local/share/umake/swift/swift-lang/usr/bin/swift /usr/bin/swift
curl https://sh.rustup.rs -sSf | sh curl https://sh.rustup.rs -sSf | sh
ln -s /root/.cargo/rustc /usr/bin/rustc ln -s /root/.cargo/bin/rustc /usr/bin/rustc
rm -rf /home/ubuntu rm -rf /home/ubuntu
chmod 777 /tmp chmod 777 /tmp
chmod 777 -R /root chmod 777 -R /root