Skip to content

Commit

Permalink
fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 8, 2024
1 parent 745efa4 commit 0736889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install_packages
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# install_packages -- read package config and install packages via apt-get
#
# This script is part of FAI (Fully Automatic Installation)
# (c) 2000-2023, Thomas Lange, lange@cs.uni-koeln.de
# (c) 2000-2024, Thomas Lange, lange@cs.uni-koeln.de
# (c) 2003-2004, Henning Glawe, glaweh@physik.fu-berlin.de
# (c) 2004 , Jonas Hoffmann, jhoffman@physik.fu-berlin.de
# PRELOAD feature from Thomas Gebhardt <gebhardt@hrz.uni-marburg.de>
Expand Down Expand Up @@ -169,7 +169,7 @@ foreach my $entry (@preloadlist,@preloadrmlist) {
}
}

-f "$FAI_ROOT/usr/sbin/apt-cache" && create_debian_pkg_list();
-f "$FAI_ROOT/usr/bin/apt-cache" && create_debian_pkg_list();

# - - - - - - - - - - - - - - - - - - - - - - - - - - -
# begin of the big foreach loop
Expand Down

0 comments on commit 0736889

Please sign in to comment.