Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 531 Bytes

File metadata and controls

21 lines (17 loc) · 531 Bytes

WSL prepare

Scripts to prepare Ubuntu under WSL. Including base installations and reconfigurations.

Before, you need run:

mkdir -p ~/dev/admin
# copy scripts into Ubuntu's ~/dev/admin/ directory
time sudo rsync -av /mnt/f/dev/projects/admin/wsl-prep ~/dev/admin/ && cd ~/dev/admin/wsl-prep

and then:

./run.sh prep
./run.sh fix
./run.sh upgrade
./run.sh inst

Each time in the console you can see some warnings for you to do smth... some manual actions (restart WSL or smth else) - pls, do it and go ahead.