mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 11:52:32 +01:00
- Install.sh fix
This commit is contained in:
parent
5c7e62d95a
commit
529f306c9d
@ -8,9 +8,8 @@ cd "$APPVEYOR_BUILD_FOLDER/src_rebuild"
|
|||||||
curl "$linux_premake_url" -Lo premake5.tar.gz
|
curl "$linux_premake_url" -Lo premake5.tar.gz
|
||||||
tar xvf premake5.tar.gz
|
tar xvf premake5.tar.gz
|
||||||
|
|
||||||
sudo apt-get install --no-install-recommends -y g++-7-multilib gcc-7-multilib
|
|
||||||
|
|
||||||
sudo apt-get update -qq -y
|
sudo apt-get update -qq -y
|
||||||
|
sudo apt-get install --no-install-recommends -y g++-7-multilib gcc-7-multilib
|
||||||
sudo apt-get install -qq aptitude -y
|
sudo apt-get install -qq aptitude -y
|
||||||
|
|
||||||
# fix Ubuntu's broken mess of packages using aptitude
|
# fix Ubuntu's broken mess of packages using aptitude
|
||||||
|
Loading…
Reference in New Issue
Block a user