Skip to content

Commit

Permalink
use apt instead of aptitude
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jun 13, 2023
1 parent 4e98f14 commit 5d89aba
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-2022, Thomas Lange, lange@cs.uni-koeln.de
# (c) 2000-2023, 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 @@ -91,7 +91,7 @@ our @commands = qw/y2i y2r zypper zypper-pattern zypper-product zypper-rm yast r
"apt" => "apt $aptopt install",
"cupt" => "cupt -R $aptopt install",
"cupt-r" => "cupt $aptopt install",
"unpack" => "cd $downloaddir; aptitude download",
"unpack" => "cd $downloaddir; apt download",
"unpack-internal" => "dpkg --unpack --recursive $downloaddir; rm $downloaddir/*.deb",
"pending-internal" => "dpkg --configure --pending",
"dpkgc-internal" => "dpkg -C",
Expand Down

0 comments on commit 5d89aba

Please sign in to comment.