mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
Update install.sh
This commit is contained in:
parent
f4e741746f
commit
2480b1a20b
@ -30,8 +30,9 @@ check_utils(){
|
|||||||
|
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
|
DEFAULT_TOOLCHAIN_DIR="/home/autobuild/tools"
|
||||||
|
|
||||||
TOOLCHAIN_DIR="/home/autobuild/tools"
|
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
|
||||||
|
|
||||||
MESSAGE="Toolchain install path(default is $TOOLCHAIN_DIR): "
|
MESSAGE="Toolchain install path(default is $TOOLCHAIN_DIR): "
|
||||||
|
|
||||||
@ -132,7 +133,7 @@ sudo ln -sf /usr/lib/libmpfr.so.6 /usr/lib/libmpfr.so.4
|
|||||||
|
|
||||||
print_ok "Successfully!"
|
print_ok "Successfully!"
|
||||||
|
|
||||||
|
sudo ln -sf $TOOLCHAIN_DIR $DEFAULT_TOOLCHAIN_DIR
|
||||||
|
|
||||||
|
|
||||||
if [ ! "$(id -u)" -ne 0 ]
|
if [ ! "$(id -u)" -ne 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user