Skip to content

Commit

Permalink
changing word ap to apt in chroot_reconst.sh (#436)
Browse files Browse the repository at this point in the history
* adding documentation for ISO testing on virtual box

* adding documation for ISO testing on virtualbox and updating readme.md

* changing word  to apt 1.6.8 (amd64)
Usage: apt [options] command

apt is a commandline package manager and provides commands for
searching and managing as well as querying information about packages.
It provides the same functionality as the specialized APT tools,
like apt-get and apt-cache, but enables options more suitable for
interactive use by default.

Most used commands:
  list - list packages based on package names
  search - search in package descriptions
  show - show package details
  install - install packages
  remove - remove packages
  autoremove - Remove automatically all unused packages
  update - update list of available packages
  upgrade - upgrade the system by installing/upgrading packages
  full-upgrade - upgrade the system by removing/installing/upgrading packages
  edit-sources - edit the source information file

See apt(8) for more information about the available commands.
Configuration options and syntax is detailed in apt.conf(5).
Information about how to configure sources can be found in sources.list(5).
Package and version choices can be expressed via apt_preferences(5).
Security details are available in apt-secure(8).
                                        This APT has Super Cow Powers.
  • Loading branch information
rpotter12 authored and tabesin committed Mar 7, 2019
1 parent 251fc81 commit 84567d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chroot_reconst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ apt-get -qq -y remove xscreensaver
# plymouth boot splash
# Installing
ap-get -qq -y install git
apt-get -qq -y install git
# Installing sublime text editor
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | apt-key add -
Expand Down

0 comments on commit 84567d7

Please sign in to comment.