Use sudo with makefile
This commit is contained in:
parent
87d104414b
commit
1133cc01cf
|
@ -2,5 +2,5 @@ language: bash
|
|||
sudo: required
|
||||
|
||||
script:
|
||||
- make install
|
||||
- sudo make install
|
||||
- bash neofetch --ascii
|
||||
|
|
Reference in New Issue