#! /bin/bash

	mkdir /share/apps/dftb+
	cd /share/apps/dftb+
#	wget http://www2.fizik.usm.my/configrepo/howto/dftb+/dftb+mpi-negf.r4732.x86_64-linux.tar.xz
	rm -rf dftb+
	wget http://comsics.usm.my/tlyoon/configrepo/howto/customise_centos/dftb+/dftb+_1.3.0/dftb+
	#http://www2.fizik.usm.my/configrepo/howto/dftb+/dftb+
	chmod +x dftb+
	cp dftb+ /share/apps/configrepo
	ln -s /share/apps/dftb+/dftb+ /share/apps/local/bin/

	cd /share/apps/dftb+
	wget http://www2.fizik.usm.my/configrepo/howto/dftb+/skfiles.tar.gz
	tar -xvf skfiles.tar.gz
	mv skfiles.tar.gz /share/apps/configrepo
