mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 12:43:40 +10:00
no-ssh
This commit is contained in:
parent
09188b20ad
commit
44959ad9a5
2 changed files with 0 additions and 4 deletions
|
|
@ -73,7 +73,6 @@ RUN mkdir -p $HOME && \
|
|||
|
||||
# Program environment configuration
|
||||
ENV SSH_AUTH_SOCK $HOME/.ssh.sock
|
||||
RUN touch $SSH_AUTH_SOCK
|
||||
|
||||
# User environment configuration
|
||||
ENV STEMN_GIT_EMAIL "jackson@stemn.com"
|
||||
|
|
|
|||
|
|
@ -98,9 +98,6 @@ echo "@reboot $HOST_USER $DESKTOP_ENVIRONMENT_REPOSITORY/scripts/start.sh" >> /e
|
|||
# Take ownership of all files under the user's directory
|
||||
chown -R $HOST_USER:$HOST_USER /$HOST_USER
|
||||
|
||||
# Clone private ssh keys using github access token
|
||||
gosu $HOST_USER vcsh clone https://${DESKTOP_ENVIRONMENT_GITHUB_TOKEN:-$DESKTOP_ENVIRONMENT_REGISTRY}@github.com/sabrehagen/dotfiles-ssh.git
|
||||
|
||||
# Install dotfiles configuration for host user
|
||||
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git
|
||||
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-autostart.git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue