diff options
author | Erich Eckner <git@eckner.net> | 2019-02-01 11:43:06 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-01 11:43:06 +0100 |
commit | f0b48eeb00d922584145e9355e4066b4e8a18a4a (patch) | |
tree | ed1ddafc7997cb552d8bacfc6aa3c365a5475ac7 /update-archlinux32-package | |
parent | 486c4f5f29d014e67b9b84f99eda98acfc5048dc (diff) | |
download | devops-f0b48eeb00d922584145e9355e4066b4e8a18a4a.tar.xz |
update-archlinux32-package: update comment about known packages
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-x | update-archlinux32-package | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index b92505f..ba06e72 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -1,11 +1,15 @@ #!/bin/bash # update an archlinux32 package +# archiso # devtools -# linux-pae (no upstream) +# eclipse +# flashplugin # linux # linux-lts +# linux-pae (no upstream) # linux-zen +# python-pip-bootstrap git_repo_path='/usr/src/archlinux32/packages' upstream_git_path='/usr/src/archlinux/packages' |