Bugfix 3
This commit is contained in:
parent
d4724f8356
commit
538d4bc74b
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@ echo ":: S1 | Writing update script"
|
|||
|
||||
# Write file
|
||||
cat << EOF > "/tmp/punktdateien-migrate.sh"
|
||||
set -euo pipefail
|
||||
cd /
|
||||
|
||||
echo ":: S1 | Removing punktdateien"
|
||||
|
@ -15,8 +16,10 @@ rm -rf "${HOME}/.dotfiles"
|
|||
|
||||
echo ":: S1 | Cloning dotfiles"
|
||||
git clone "https://git.staropensource.de/JeremyStarTM/dotfiles.git" "${HOME}/.dotfiles"
|
||||
cd "${HOME}/.dotfiles"
|
||||
|
||||
echo ":: S1 | Linking dotfiles"
|
||||
"${HOME}/.dotfiles/manage.sh" unlink
|
||||
"${HOME}/.dotfiles/manage.sh" link
|
||||
|
||||
echo ":: S1 | Removing update script"
|
||||
|
|
Loading…
Add table
Reference in a new issue