You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
DST_DIR=/src/tt-rss
|
|
|
|
|
|
|
|
mkdir -p $DST_DIR
|
|
|
|
|
|
|
|
git clone https://git.tt-rss.org/fox/tt-rss.git $DST_DIR
|
|
|
|
git clone https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git $DST_DIR/plugins.local/nginx_xaccel
|
|
|
|
|
|
|
|
mkdir -p /var/www
|