mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Merge pull request #63 from jcgruenhage/patch-1
remove sudo from makefile
This commit is contained in:
commit
7126dfec79
1 changed files with 2 additions and 2 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue