projects
/
yawep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a797f
)
installer fixes
author
Neszt Tibor
<neszt.tibor@euronetrt.hu>
Fri, 1 Dec 2017 12:11:22 +0000
(13:11 +0100)
committer
Neszt Tibor
<neszt.tibor@euronetrt.hu>
Fri, 1 Dec 2017 12:11:22 +0000
(13:11 +0100)
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
682ec27
..
0f48e9f
100755
(executable)
--- a/
install.sh
+++ b/
install.sh
@@
-3,13
+3,14
@@
set -e
# INSTALL:
#
+# apt-get update && apt-get install curl git
# curl -fsSL yawep.neszt.hu -o get-yawep.sh
# sh get-yawep.sh
-apt-get install -y $(cat required_debian_packages)
cd /var/www/html/
git clone http://git.neszt.hu/yawep.git
cd yawep
+apt-get install -y $(cat required_debian_packages)
touch config.json
chmod 777 config.json