mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-09-04 19:08:32 +02:00
Updated snap base image. Now installing snapcraft tool from snap instead of apt.
This commit is contained in:
@ -32,8 +32,9 @@
|
||||
|
||||
|
||||
# Pre-requisites
|
||||
sudo apt install -y make snapcraft
|
||||
sudo snap install review-tools lxd 2> /dev/null
|
||||
sudo apt install -y make
|
||||
sudo snap install snapcraft --classic
|
||||
sudo snap install review-tools lxd
|
||||
|
||||
# Initialize LXD.
|
||||
sudo lxd init --auto
|
||||
|
Reference in New Issue
Block a user