Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 490 Bytes

Debian

Prepare install media

Install

su -lc "apt install --no-install-recommends --yes ca-certificates sudo wget"
su -lc "usermod -aG sudo ${USER}"
# logout and re-login that take effect added group sudo
exit
wget https://raw.githubusercontent.com/choihongil/debian-playbook/master/bootstrap.sh
bash bootstrap.sh