A spin of Alpine Linux for my personal usage

Add dev distrobox

Changed files
+15
+4
install.sh
··· 75 75 # Git configuration 76 76 git config --global init.initialBranch main 77 77 78 + # Create distroboxes 79 + mkdir -p ~/Boxes/ 80 + distrobox create -Y -i debian:latest -n dev -H ~/Boxes/dev -ap "git build-essential" 81 +
+11
readme
··· 13 13 14 14 Alpine: 15 15 16 + Pre-installation: 17 + 16 18 # apk add -y git 17 19 # git clone https://tangled.org/emmeline.girlkisser.top/elastic 18 20 # cd elastic 19 21 # sh preinstall.sh 22 + 20 23 Make sure you're connected to internet again. preinstall 21 24 changes Alpine to use networkmanager. 25 + 26 + Installation: 27 + 22 28 # sh install.sh 23 29 # cd .. 24 30 # rm -rf elastic 25 31 # reboot 26 32 27 33 Then log in as `manager`. There shouldn't be a password. 34 + 35 + Post installation: 36 + 37 + Init dev box (this will install basic packages for it). 38 + $ distrobox enter dev 28 39 29 40 Desktop 30 41 -------