Install NextCloud on CentOS7
echo “PS1=’\033[1;33m\t \033[1;33m[\u@\H] \033[1;35m\w\033[0;0m\n#'” >> /root/.bashrc . .bashrc rm -f anaconda-ks.cfg yum -y install epel-release # for Proxy to load faster export http_proxy=http://122.155.12.248:38080/ export https_proxy=http://122.155.12.248:38080/ export ftp_proxy=http://122.155.12.248:38080/ # For Physical …
Install NextCloud on CentOS7 Read More