mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add INSTALLSUDO param in Makefile.platform to limit sudo to install commands, better than sudo make install...
This commit is contained in:
parent
9880df8ca7
commit
9ebda88386
8 changed files with 45 additions and 41 deletions
|
@ -11,3 +11,6 @@ PLATFORM=PM3RDV4
|
|||
# Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
|
||||
# And uncomment the following line
|
||||
#export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
|
||||
|
||||
# To install with sudo:
|
||||
INSTALLSUDO=sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue