diff options
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 1 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 1419a138..086d34e6 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1275,7 +1275,6 @@ function copyServerFiles () server/bin \ repoman/bin \ server/lib \ - admin/Sources/Services/ogAdmServerAux admin/Sources/Services/ogAdmRepoAux installer/opengnsys_uninstall.sh \ installer/opengnsys_update.sh \ diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 952d085c..502e2e9e 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -918,7 +918,6 @@ function updateServerFiles() local SOURCES=( repoman/bin \ server/bin \ server/lib \ - admin/Sources/Services/ogAdmServerAux \ admin/Sources/Services/ogAdmRepoAux \ server/tftpboot \ /usr/lib/shim/shimx64.efi.signed \ @@ -930,7 +929,6 @@ function updateServerFiles() local TARGETS=( bin \ bin \ lib \ - sbin/ogAdmServerAux \ sbin/ogAdmRepoAux \ tftpboot \ tftpboot/shimx64.efi.signed \ |