Skip to content

Commit

Permalink
Update ubuntu-jammy-22.04-lts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
azdolinski committed Nov 9, 2023
1 parent 4f37585 commit 7628e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-jammy-22.04-lts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ base_url="https://raw.githubusercontent.com/nchekwa/qemu-linux-templates/main/ne
for file_name in "${files[@]}"; do
url="$base_url$file_name"
output_path="$download_dir/$file_name"
wget "$url" -O "$output_path"
wget -s "$url" -O "$output_path"
virt-customize -a $file_path --copy-in $download_dir/$file_name:/etc/netplan
done
virt-customize -a $file_path --run-command 'chmod -R 600 /etc/netplan/'
Expand Down

0 comments on commit 7628e24

Please sign in to comment.