Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 561 Bytes

File metadata and controls

28 lines (22 loc) · 561 Bytes

Scripts

서버 설정 스크립트

Debian

bash -c "$(wget -qLO - https://naearu.github.io/scripts/deb12_laravel_dev.sh)"
bash -c "$(wget -qLO - https://naearu.github.io/scripts/deb12_min_io.sh)"

Rocky

bash -c "$(curl -o - https://naearu.github.io/scripts/rocky8_laravel.7.sh)"
bash -c "$(curl -o - https://naearu.github.io/scripts/rocky8_laravel.11.sh)"
bash -c "$(curl -o - https://naearu.github.io/scripts/rocky9_laravel.11.sh)"
bash -c "$(curl -o - https://naearu.github.io/scripts/rocky9_apm.sh)"