Skip to content

Commit

Permalink
apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 31, 2024
1 parent 784fff4 commit 8d20b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
snap stop amazon-ssm-agent
systemctl stop chrony acpid cron multipathd snapd systemd-timedated
# we don't want to submit crash dumps anywhere
apt autoremove -y apport
apt-get autoremove -y apport >> /tmp/output 2>&1
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
-e GITHUB_TOKEN={GITHUB_TOKEN} \
-e GITHUB_SERVER_URL={GITHUB_SERVER_URL} \
Expand Down

0 comments on commit 8d20b51

Please sign in to comment.