Better but still not sorking
This commit is contained in:
parent
178ba8ae8f
commit
a94894652b
@ -19,9 +19,8 @@ CMD ["bash"]
|
|||||||
FROM archlinux AS archlinux-user
|
FROM archlinux AS archlinux-user
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
pacman -Sy curl --noconfirm && \
|
pacman -Sy curl sudo --noconfirm && \
|
||||||
groupadd sudo && \
|
groupadd sudo && \
|
||||||
mkdir /etc/sudoers.d && \
|
|
||||||
echo "%sudo ALL=(ALL:ALL) ALL" > /etc/sudoers.d/sudoers && \
|
echo "%sudo ALL=(ALL:ALL) ALL" > /etc/sudoers.d/sudoers && \
|
||||||
useradd -m tester && \
|
useradd -m tester && \
|
||||||
echo tester:tester | chpasswd && \
|
echo tester:tester | chpasswd && \
|
||||||
|
@ -237,12 +237,13 @@ run() {
|
|||||||
packages+=(python3)
|
packages+=(python3)
|
||||||
packages+=(python-is-python3)
|
packages+=(python-is-python3)
|
||||||
packages+=(python3-pip)
|
packages+=(python3-pip)
|
||||||
elif [ $has_pacman ]; then
|
elif [ $has_pacman -eq 1 ]; then
|
||||||
packages+=(python)
|
packages+=(python)
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $should_instlal_hyprland -eq 1 ]; then
|
if [ $should_install_hyprland -eq 1 ]; then
|
||||||
packages+=(hyprland)
|
packages+=(hyprland)
|
||||||
packages+=(hyprpaper)
|
packages+=(hyprpaper)
|
||||||
packages+=(hyprpicker)
|
packages+=(hyprpicker)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user