mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
remove sudo from makefile
the makefile should not depend on sudo
This commit is contained in:
committed by
GitHub
parent
4d2493388a
commit
9107b94367
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
|
||||
|
||||
Reference in New Issue
Block a user