Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
4dccace063
commit
365f56af0d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ -f '/etc/qubes-release' ]; then
|
||||||
tar -xzf "$HOME/dotfiles.tar.gz" -C "$HOME"
|
tar -xzf "$HOME/dotfiles.tar.gz" -C "$HOME"
|
||||||
rm -f "$HOME/dotfiles.tar.gz"
|
rm -f "$HOME/dotfiles.tar.gz"
|
||||||
sudo rm -rf /usr/src/professor-dotfiles
|
sudo rm -rf /usr/src/professor-dotfiles
|
||||||
sudo cp -rf "$HOME/dotfiles-master/dotfiles" /usr/src/professor-dotfiles
|
sudo cp -rf "$HOME/dotfiles-master" /usr/src/professor-dotfiles
|
||||||
|
|
||||||
# Delete DispVM
|
# Delete DispVM
|
||||||
qvm-shutdown --force dom-dotfiles &> /dev/null || EXIT_CODE=$?
|
qvm-shutdown --force dom-dotfiles &> /dev/null || EXIT_CODE=$?
|
||||||
|
|
Loading…
Reference in a new issue