fix path error
This commit is contained in:
parent
92bf1d3496
commit
af4255fc1f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue