Merge branch 'ProfessorManhattan-master-patch-80915' into 'master'
Update dotfiles/.local/bin/install-dotfiles See merge request megabyte-labs/misc/dotfiles!2
This commit is contained in:
commit
7843c55c3d
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ else
|
|||
${SUDO_PREFIX} git clone https://github.com/asdf-vm/asdf.git /usr/local/src/professor-dotfiles/dotfiles/.local/asdf --branch v0.10.2
|
||||
${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