mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
Extract with root privileges
This commit is contained in:
parent
fd1943d3cb
commit
22f090a688
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ if [[ `uname` == "Darwin" ]]; then
|
|||
fi
|
||||
if [[ ! -d $ming_path ]]; then
|
||||
echo "Extracting contents of $mingw_tar to $mingw_install_dir"
|
||||
echo "Don't forget to add $mingw_path to your $PATH variable!"
|
||||
tar -xyf $cachedir/$mingw_tar -C $mingw_install_dir
|
||||
echo "Don't forget to add $mingw_path to your PATH variable!"
|
||||
sudo tar -xyf $cachedir/$mingw_tar -C $mingw_install_dir
|
||||
fi
|
||||
elif [[ `uname` == "Linux" ]]; then
|
||||
sudo apt-get install -y --force-yes binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686
|
||||
|
|
Loading…
Add table
Reference in a new issue