Skip to content

Commit

Permalink
chore: Make directory before saving key (#14623)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Jan 24, 2024
1 parent a3bea89 commit 26e3eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_incus.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
set -eux

sudo mkdir -p /etc/apt/keyrings
sudo curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc
sudo sh -c 'cat <<EOF > /etc/apt/sources.list.d/zabbly-incus-stable.sources
Enabled: yes
Expand Down

0 comments on commit 26e3eaa

Please sign in to comment.