+4
install.sh
+4
install.sh
+11
readme
+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
-------