mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 11:39:53 +00:00
Use sudo with makefile
This commit is contained in:
@@ -2,5 +2,5 @@ language: bash
|
|||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make install
|
- sudo make install
|
||||||
- bash neofetch --ascii
|
- bash neofetch --ascii
|
||||||
|
|||||||
Reference in New Issue
Block a user