mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -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
|
@go run build.go
|
||||||
|
|
||||||
install: rest-server
|
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:
|
uninstall:
|
||||||
sudo rm -f /usr/local/bin/rest-server
|
rm -f /usr/local/bin/rest-server
|
||||||
|
|
||||||
docker_build:
|
docker_build:
|
||||||
docker pull golang:alpine
|
docker pull golang:alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user