found it like this
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-08 00:26:10 -07:00
parent be7c3a3963
commit c0d903524a
6 changed files with 11 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ ln -s /hostroot/root /root/.home
mkdir -p /home/user/.ssh
cp /root/.ssh/authorized_keys /home/user/.ssh/authorized_keys
echo chown -Rv $UID_TO_ADD:$GID_TO_ADD /home/user
chown -Rv $UID_TO_ADD:$GID_TO_ADD /home/user
chown -R $UID_TO_ADD:$GID_TO_ADD /home/user
echo "$USERNAME_TO_ADD ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/user

View File

@@ -34,6 +34,7 @@ nix-env -i myPackages
# oh-my-zsh
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh > /tmp/installomz.sh
export ZSH="$HOME/.zsh"
export KEEP_ZSHRC=yes
zsh /tmp/installomz.sh && rm /tmp/installomz.sh