mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
remove sudo from makefile
the makefile should not depend on sudo
This commit is contained in:
parent
4d2493388a
commit
9107b94367
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -15,10 +15,10 @@ rest-server:
|
|||
@go run build.go
|
||||
|
||||
install: rest-server
|
||||
sudo /usr/bin/install -m 755 rest-server /usr/local/bin/rest-server
|
||||
/usr/bin/install -m 755 rest-server /usr/local/bin/rest-server
|
||||
|
||||
uninstall:
|
||||
sudo rm -f /usr/local/bin/rest-server
|
||||
rm -f /usr/local/bin/rest-server
|
||||
|
||||
docker_build:
|
||||
docker pull golang:alpine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue