diff options
| author | seth <[email protected]> | 2024-01-25 08:20:48 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-25 11:16:13 -0500 |
| commit | c9e0dd7c15260eb73d59b9996a5a9a17548afd59 (patch) | |
| tree | b23d24c9e463a76205ac464e381cb9e6685013f5 /akmods/install.sh | |
| parent | 4a2a030af2daef14c40a16e00ad186ac77796cea (diff) | |
don't use script files
Diffstat (limited to 'akmods/install.sh')
| -rwxr-xr-x | akmods/install.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/akmods/install.sh b/akmods/install.sh deleted file mode 100755 index d8d1a87..0000000 --- a/akmods/install.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -set -euxo pipefail - -cp /tmp/akmods-cert/rpmbuild/RPMS/noarch/getchoo-akmods-cert*.rpm /var/cache/rpms/akmods-cert/ -find /var/cache/akmods -type f -name \*.rpm | while read -r rpm; do - cp "$rpm" /var/cache/rpms/kmods/ -done |
