GitLab system status is available
here
and
here
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kabir Kwatra
DotFiles
Commits
e24b4204
Commit
e24b4204
authored
Aug 18, 2020
by
Kabir Kwatra
☄
Browse files
Added Missing Change Owner Command
parent
015f8cc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/containerfiles/archlinux.Containerfile
View file @
e24b4204
...
...
@@ -46,7 +46,7 @@ WORKDIR /home/$USER/
COPY . .local/share/chezmoi/
RUN sudo chown $USER -R local
RUN sudo chown $USER -R
.
local
RUN SETUP_SCRIPT=$HOME/.local/share/chezmoi/executable_dot_setup.sh && \
sudo chmod +x $SETUP_SCRIPT && \
...
...
.github/containerfiles/debian.Containerfile
View file @
e24b4204
...
...
@@ -48,6 +48,8 @@ WORKDIR /home/$USER/
COPY . .local/share/chezmoi/
RUN sudo chown $USER -R .local
RUN SETUP_SCRIPT=$HOME/.local/share/chezmoi/executable_dot_setup.sh && \
sudo chmod +x $SETUP_SCRIPT && \
export CI=True && \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment