Update interactive_setup.sh

This commit is contained in:
John Dorman 2024-05-13 18:09:02 -07:00 committed by GitHub
parent e253a6e0e4
commit c8a39bf78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ cd /data/on_boot.d
if [ -f "$file" ] ; then if [ -f "$file" ] ; then
rm "$file" rm "$file"
fi fi
curl -LO https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/nspawn/nspawn-container/scripts/0-setup-system.sh curl -LO https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/nspawn/nspawn-container/scripts/10-setup-network.sh
chmod +x 10-setup-network.sh chmod +x 10-setup-network.sh
cat <<EOF > /etc/systemd/nspawn/"$container_name".nspawn cat <<EOF > /etc/systemd/nspawn/"$container_name".nspawn