File tree Expand file tree Collapse file tree 2 files changed +19
-13
lines changed
Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 44
55ARCH=$( uname -m)
66
7- echo " Installing basic dependencies..."
7+ echo " Installing package dependencies..."
88echo " ---------------------------------------------------------------"
9- pacman -Syu --noconfirm \
10- base-devel \
11- curl \
12- git \
13- libx11 \
14- libxrandr \
15- libxss \
16- pulseaudio \
17- pulseaudio-alsa \
18- wget \
19- xorg-server-xvfb \
20- zsync
9+ # pacman -Syu --noconfirm PACKAGESHERE
2110
2211echo " Installing debloated packages..."
2312echo " ---------------------------------------------------------------"
Original file line number Diff line number Diff line change @@ -38,4 +38,21 @@ chmod +x \
3838 " $ANYLINUX_TOOLS_DIR " /get-debloated-pkgs \
3939 " $ANYLINUX_TOOLS_DIR " /make-aur-package
4040
41+ echo " Installing basic packaging dependencies..."
42+ echo " ---------------------------------------------------------------"
43+ pacman-key --init
44+ pacman -Syy --noconfirm archlinux-keyring
45+ pacman -Syu --noconfirm \
46+ base-devel \
47+ curl \
48+ git \
49+ libx11 \
50+ libxrandr \
51+ libxss \
52+ pulseaudio \
53+ pulseaudio-alsa \
54+ wget \
55+ xorg-server-xvfb \
56+ zsync
57+
4158echo " CONTAINER IS READY!"
You can’t perform that action at this time.
0 commit comments