mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2025-09-20 18:00:07 +02:00
13 lines
184 B
Bash
Executable File
13 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
|
|
TOOLCHAIN_DIR=$(head -n 1 /etc/kos32-gcc/install-path)
|
|
|
|
|
|
|
|
MESSAGE="PATH=\$PATH:$TOOLCHAIN_DIR/win32/bin"
|
|
|
|
sudo sed -i -e '/$MESSAGE/d' /etc/profile
|
|
|
|
rm -R /etc/kos32-gcc
|
|
|