Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
3d5591a549
commit
6731c53cea
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ else
|
|||
${SUDO_PREFIX} git clone https://gitlab.com/megabyte-labs/dotfiles.git /usr/local/src/professor-dotfiles
|
||||
${SUDO_PREFIX} chown -Rf "$USER":"$(id -g -n)" /usr/local/src/professor-dotfiles
|
||||
fi
|
||||
if [ -n "$CREATE_PACKAGE"" ]; then
|
||||
cd /usr/local/src
|
||||
${SUDO_PREFIX} tar -zcvf /tmp/professor-dotfiles.tar.gz professor-dotfiles
|
||||
cd ~/
|
||||
fi
|
||||
fi
|
||||
|
||||
# Copy dotfile folders
|
||||
|
|
Loading…
Reference in a new issue