mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:26:20 +00:00
Fixed directory permissions for ~/.config
This commit is contained in:
parent
8c176b5d5a
commit
14a5d9aa9d
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
|
|||
&& printf '%s\n' 'user ALL=(ALL:ALL) NOPASSWD: /usr/bin/pacman' \
|
||||
'Defaults lecture = never' >/etc/sudoers.d/zz-DOCKER \
|
||||
&& passwd -l root >/dev/null 2>&1 \
|
||||
&& install -d -o user -g users /home/user/.config/ \
|
||||
&& install -d -o user -g users /home/user/.config/{menus,i3} \
|
||||
&& curl --fail -s -L https://raw.githubusercontent.com/KDE/plasma-workspace/master/menu/desktop/plasma-applications.menu -o /home/user/.config/menus/applications.menu \
|
||||
&& curl --fail -s -L https://raw.githubusercontent.com/i3/i3/next/etc/config | sed 's/exec i3-config-wizard/# &/' >/home/user/.config/i3/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue