mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 15:09:51 +00:00
mark script as executable once copied
This commit is contained in:
parent
36f40f3269
commit
0a0bd542fc
2
Makefile
2
Makefile
@ -1,6 +1,8 @@
|
||||
install:
|
||||
cp gronk_add_uuid.py /usr/local/bin
|
||||
sed "s/GRONK_COMMIT = \"dev\"/GRONK_COMMIT = \"$$(git rev-parse --short HEAD)\"/" gronk.py > /usr/local/bin/gronk.py
|
||||
chmod +x /usr/local/bin/gronk.py
|
||||
chmod +x /usr/local/bin/gronk_add_uuid.py
|
||||
mkdir -p /opt/gronk
|
||||
cp -r templates js css /opt/gronk
|
||||
pip3 install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user