Browse Source

smol makefile fix

main
Charles Reid 3 years ago
parent
commit
8e4f86c8c6
  1. 4
      Makefile

4
Makefile

@ -107,8 +107,8 @@ install: @@ -107,8 +107,8 @@ install:
ifeq ($(shell which systemctl),)
$(error Please run this make command on a system with systemctl installed)
endif
/home/charles/.pyenv/shims/python3 -c 'import botocore' || (echo "Please install the botocore library using python3 or pip3 binary"; exit 1)
/home/charles/.pyenv/shims/python3 -c 'import boto3' || (echo "Please install the boto3 library using python3 or pip3 binary"; exit 1)
@/home/charles/.pyenv/shims/python3 -c 'import botocore' || (echo "Please install the botocore library using python3 or pip3 binary"; exit 1)
@/home/charles/.pyenv/shims/python3 -c 'import boto3' || (echo "Please install the boto3 library using python3 or pip3 binary"; exit 1)
sudo cp $(POD_CHARLESREID1_DIR)/scripts/pod-charlesreid1.service /etc/systemd/system/pod-charlesreid1.service

Loading…
Cancel
Save