jason / Install HestiaCP
0 gustos
0 bifurcaciones
1 archivos
Última actividad
Install HestiaCP on debian 12
Install HestiaCP on debian 12
Update root password
passwd
Update system
jason / IncrediblePBX
0 gustos
0 bifurcaciones
1 archivos
Última actividad
Install IncrediblePBX on debian 11
Prerequisites
apt install -yy sudo bash bash-completion libtiff-tools ghostscript wget curl lame festival flite espeak-ng-espeak
install
sudo su - && cd /root && \
jason / Dockerfile.dev
0 gustos
0 bifurcaciones
1 archivos
Última actividad
Dockerfile for rhel dev system
1 | RUN echo "Setting up dev system"; \ |
2 | bash -c "$(curl -q -LSsf "https://github.com/casjay-base/centos/raw/main/root/.local/bin/fetch-repo-file")"; \ |
3 | [ ! -d "/usr/local/share/CasjaysDev/scripts" ] && \ |
4 | git clone -q https://github.com/casjay-dotfiles/scripts "/usr/local/share/CasjaysDev/scripts" && \ |
5 | /usr/local/share/CasjaysDev/scripts/install.sh; \ |
6 | dnf module -y reset php;dnf module -y install php:remi-$PHP_VERSION; \ |
7 | pkg="$(curl -q -LSsf "https://github.com/pkmgr/centos/raw/main/lists/development.list")"; \ |
8 | [ -n "$pkg" ] && yum install -yy --skip-broken "$pkg" |
Siguiente
Anterior