mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Less apt libs for compilation
This commit is contained in:
parent
6e1bd28aac
commit
7d836d9f1b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ before_install:
|
||||||
## Note: all dependencies on MacOS should be resolved by the brew install command
|
## Note: all dependencies on MacOS should be resolved by the brew install command
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
sudo apt-get update -qq;
|
sudo apt-get update -qq;
|
||||||
sudo apt-get install -y gcc-arm-none-eabi libnewlib-arm-none-eabi libnewlib-dev binutils-arm-none-eabi;
|
sudo apt-get install -y gcc-arm-none-eabi libnewlib-dev;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew tap RfidResearchGroup/proxmark3;
|
brew tap RfidResearchGroup/proxmark3;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue