Correct apt invocations

Correct two invocations incorrectly writed as apt-get.
Both commands have similar options and behaviours.
master
Vicente Jimenez Aguilar 2021-10-14 01:45:25 +02:00 committed by Andrea Cardaci
parent cdc81c5a74
commit 04b2874819
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@ functions:
shell:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
apt-get changelog apt
apt changelog apt
!/bin/sh
sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
sudo apt-get changelog apt
sudo apt changelog apt
!/bin/sh
- description: For this to work the target package (e.g., `sl`) must not be installed.
code: |