mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
added script to cp kevin123 compression mod into proper location
This commit is contained in:
@@ -8,6 +8,7 @@ fi
|
||||
|
||||
#EDIT_THESE
|
||||
export NEWZPATH="/var/www/newznab"
|
||||
source $NEWZPATH"/misc/update_scripts/nix_scripts/tmux/defaults.sh"
|
||||
export PASSWORD="password"
|
||||
|
||||
svn co --force --username svnplus --password $PASSWORD svn://svn.newznab.com/nn/branches/nnplus $NEWZPATH/
|
||||
@@ -16,6 +17,12 @@ svn export --force --username svnplus --password $PASSWORD svn://svn.newznab.com
|
||||
cd $NEWZPATH"/misc/update_scripts"
|
||||
php5 update_database_version.php
|
||||
|
||||
|
||||
if [[ $KEVINS_COMP == "true" ]]; then
|
||||
cd $NEWZPATH"/misc/update_scripts/nix_scripts/tmux/scripts"
|
||||
cp -fr ../kevin123/* $NEWZPATH/www/lib/
|
||||
fi
|
||||
|
||||
cd $NEWZPATH"/misc/update_scripts/nix_scripts/tmux/scripts"
|
||||
./set_perms.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user