diff options
author | Erich Eckner <git@eckner.net> | 2020-11-20 20:32:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-20 20:32:26 +0100 |
commit | 13eb0a9b222410f8c7570d05d6c229b15587de19 (patch) | |
tree | 36a10b2b4a1d3d04187a943063ab4c73a4a85d24 /update-archlinux32-package | |
parent | 9e87c5d67306653182bf821a9e43cde90d68684b (diff) | |
download | devops-13eb0a9b222410f8c7570d05d6c229b15587de19.tar.xz |
update-archlinux32-package,watch-versions: make runnable on deep42thought's shiny, new vm
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-x | update-archlinux32-package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index 8bcbc68..eb243c1 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -23,7 +23,7 @@ git_repo_path='/usr/src/archlinux32/packages' upstream_git_path='/usr/src/archlinux/packages' upstream_community_git_path='/usr/src/archlinux/community' -archlinuxewe_git_path=~erich/'eigeneSkripte/archPackages' +archlinuxewe_git_path=~erich/'archlinuxewe' vagrant_path=$( readlink -f ~/"virtual-boxes/archlinux32-test" ) |