Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding packages fro build aports. - bootstrap - Bootstrap script for my alpine …
Log
Files
Refs
README
---
commit dda3fdfc7f44ce88a095e5024d89db4abea9cb0b
parent 071f00a7e19204518ec9fdccdb11343c342344bd
Author: Jay Scott <[email protected]>
Date: Wed, 28 Sep 2022 20:34:50 +0100
Adding packages fro build aports.
Diffstat:
M install.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/install.sh b/install.sh
@@ -12,7 +12,8 @@ apk update
apk upgrade -a
echo "── installing cli essentials"
-apk add curl doas wget git vim tar zip gzip p7zip bzip2 rsync build-base less
+apk add alpine-sdk curl doas wget git vim tar zip gzip p7zip bzip2 rsync \
+ build-base less
echo "── installing wayland"
apk add wlsunset wl-clipboard mesa-dri-gallium eudev font-hack seatd \
@@ -38,6 +39,7 @@ if [ ! -d "/home/$user" ]; then
echo "── creating user $user"
adduser "$user"
adduser "$user" audio
+ adduser "$user" abuild
adduser "$user" wheel
adduser "$user" input
adduser "$user" video
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.