mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
fix directory
This commit is contained in:
parent
d11ee50862
commit
153cd5eada
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ INSTALL(){
|
|||
#Install the KM4ACK EES
|
||||
cd ${BUILDDIR} || return
|
||||
git clone https://github.com/km4ack/EES-LITE.git
|
||||
cd ${DIR}/EES-LITE || return
|
||||
cd ${BUILDDIR}/EES-LITE || return
|
||||
#git dev branch of code
|
||||
git checkout dev
|
||||
sudo cp -r ${BUILDDIR}/EES-LITE/* /var/www/html/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue