diff options
author | Simon Rettberg | 2023-12-14 15:41:08 +0100 |
---|---|---|
committer | Simon Rettberg | 2023-12-14 15:41:08 +0100 |
commit | 0028933c3548eb0ef5cc41600a003e9574c799b3 (patch) | |
tree | 7d1bf5424d7305b051a754d9bf3fc2fe9ad6848b /satellit_installer | |
parent | [SSPS] firstrun: Ask user if they want to install unattended-upgrades (diff) | |
download | setup-scripts-0028933c3548eb0ef5cc41600a003e9574c799b3.tar.gz setup-scripts-0028933c3548eb0ef5cc41600a003e9574c799b3.tar.xz setup-scripts-0028933c3548eb0ef5cc41600a003e9574c799b3.zip |
[SSPS] Remove call to non-existent function
Diffstat (limited to 'satellit_installer')
-rwxr-xr-x | satellit_installer/satellit_installer | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer index ac87479..47d4663 100755 --- a/satellit_installer/satellit_installer +++ b/satellit_installer/satellit_installer @@ -87,8 +87,6 @@ uninstall_packages mpt-status prerequisites # config directory, locales -set_version_string # Writing version string for rc.local-script - # Packages needed for server installable without # recommended packages, so option NOREC is set. install_packages NOREC "$PACKAGELIST_SERVER" |