Skip to content

Commit

Permalink
Changed git-core to git
Browse files Browse the repository at this point in the history
Closes issue anandslab#72
  • Loading branch information
TommyE123 committed Jan 15, 2017
1 parent eb610be commit c62d5eb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Note that AtoMiC ToolKit will be in continueous development. While extensive tes
Clone repository on any Debian or Ubuntu based distro and execute the setup.sh bash script file.

<pre>
$ sudo apt-get install git-core
$ sudo apt-get install git
$ git clone https://github.com/htpcBeginner/AtoMiC-ToolKit ~/AtoMiC-ToolKit
$ cd ~/AtoMiC-ToolKit
$ sudo bash setup.sh
Expand Down
2 changes: 1 addition & 1 deletion couchpotato/couchpotato-constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APPNAME='couchpotato'
APPSHORTNAME='cp'
APPPATH='/home/'$UNAME'/.couchpotato'
APPTITLE='CouchPotato'
APPDEPS='git-core python python-cheetah python-pyasn1'
APPDEPS='git python python-cheetah python-pyasn1'
APPGIT='https://github.com/RuudBurger/CouchPotatoServer.git'
APPDPORT='5050'
APPSETTINGS=$APPPATH'/settings.conf'
Expand Down
2 changes: 1 addition & 1 deletion headphones/headphones-constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APPNAME='headphones'
APPSHORTNAME='hp'
APPPATH='/home/'$UNAME'/.headphones'
APPTITLE='Headphones'
APPDEPS='git-core python python-cheetah python-pyasn1'
APPDEPS='git python python-cheetah python-pyasn1'
APPGIT='https://github.com/rembo10/headphones.git'
APPDPORT='8181'
APPSETTINGS=$APPPATH'/config.ini'
Expand Down
2 changes: 1 addition & 1 deletion maintenance/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ then
sleep 1

echo -e $YELLOW'--->Installing prerequisites...'$ENDCOLOR
sudo apt-get -y install git-core
sudo apt-get -y install git

echo
sleep 1
Expand Down
2 changes: 1 addition & 1 deletion mylar/mylar-constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APPNAME='mylar'
APPSHORTNAME='mylar'
APPPATH='/home/'$UNAME'/.mylar'
APPTITLE='Mylar'
APPDEPS='git-core python python-cheetah python-pyasn1'
APPDEPS='git python python-cheetah python-pyasn1'
APPGIT='https://github.com/evilhero/mylar.git'
APPDPORT='8090'
APPSETTINGS=$APPPATH'/config.ini'
Expand Down
2 changes: 1 addition & 1 deletion sickbeard/sickbeard-constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APPNAME='sickbeard'
APPSHORTNAME='sb'
APPPATH='/home/'$UNAME'/.sickbeard'
APPTITLE='SickBeard'
APPDEPS='git-core python python-cheetah python-pyasn1'
APPDEPS='git python python-cheetah python-pyasn1'
APPGIT='https://github.com/midgetspy/Sick-Beard.git'
APPDPORT='8081'
APPSETTINGS=$APPPATH'/config.ini'
Expand Down
2 changes: 1 addition & 1 deletion sickgear/sickgear-constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APPNAME='sickgear'
APPSHORTNAME='sg'
APPPATH='/home/'$UNAME'/.sickgear'
APPTITLE='SickGear'
APPDEPS='git-core python python-cheetah python-pyasn1'
APPDEPS='git python python-cheetah python-pyasn1'
APPGIT='https://github.com/SickGear/SickGear.git'
APPDPORT='8081'
APPSETTINGS=$APPPATH'/config.ini'
Expand Down
2 changes: 1 addition & 1 deletion sickrage/sickrage-constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APPNAME='sickrage'
APPSHORTNAME='sr'
APPPATH='/home/'$UNAME'/.sickrage'
APPTITLE='SickRage'
APPDEPS='git-core python python-cheetah python-pyasn1'
APPDEPS='git python python-cheetah python-pyasn1'
#APPGIT='https://github.com/SiCKRAGETV/SickRage.git'
APPGIT='https://github.com/SickRage/SickRage.git'
APPDPORT='8081'
Expand Down
2 changes: 1 addition & 1 deletion wip/musicbrainz-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo apt-get -y install \
postgresql-server-dev-all \
postgresql-contrib-9.3 \
postgresql-plperl-9.3 \
git-core \
git \
memcached \
redis-server \
nodejs \
Expand Down
2 changes: 1 addition & 1 deletion wip/plex/plex-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo
sleep 1

echo -e $YELLOW'--->Installing prerequisites...'$ENDCOLOR
sudo apt-get -y install git-core
sudo apt-get -y install git

echo
sleep 1
Expand Down

0 comments on commit c62d5eb

Please sign in to comment.