Skip to content

Commit

Permalink
Change to ~ as Fedora moved to /var/home/gbraad
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jan 23, 2025
1 parent e538c53 commit ae0bf09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/debian/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ FROM ${BASE_IMAGE}:${BASE_VERSION}

USER gbraad

RUN git clone https://github.com/gbraad/dotfiles.git /home/gbraad/.dotfiles \
RUN git clone https://github.com/gbraad/dotfiles.git ~/.dotfiles \
&& cd ~/.dotfiles \
&& ./install.sh

# Should be run as root to start systemd, but if we do Codespaces will run as root too
# We do this instead with podman --entrypoint=/sbin/init and --user=root
#ENTRYPOINT [ "/sbin/init" ]
#ENTRYPOINT [ "/sbin/init" ]
4 changes: 2 additions & 2 deletions .devcontainer/fedora/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ FROM ${BASE_IMAGE}:${BASE_VERSION}

USER gbraad

RUN git clone https://github.com/gbraad/dotfiles.git /home/gbraad/.dotfiles \
RUN git clone https://github.com/gbraad/dotfiles.git ~/.dotfiles \
&& cd ~/.dotfiles \
&& ./install.sh

# Should be run as root to start systemd, but if we do Codespaces will run as root too
# We do this instead with podman --entrypoint=/sbin/init and --user=root
#ENTRYPOINT [ "/sbin/init" ]
#ENTRYPOINT [ "/sbin/init" ]

0 comments on commit ae0bf09

Please sign in to comment.