input updates

This commit is contained in:
Adolfo Delorenzo 2023-12-20 12:09:53 -06:00
parent d48ff00e96
commit 7137481324

View File

@ -9,11 +9,11 @@ csgo2() { lxc launch --project $random -p default ubuntu:22.04 $random-csgo2 --n
# Minecraft server
minecraft() {
echo "Minecraft function"
#lxc project create $random -c features.images=false > /dev/null
#lxc project switch $random > /dev/null
#lxc --project $random network create vn-$random > /dev/null
#cat /root/default.profile | lxc --project $random profile edit default > /dev/null
#lxc launch --project $random -p default minecraft-server $random-minecraft --network vn-$random
lxc project create $random -c features.images=false > /dev/null
lxc project switch $random > /dev/null
lxc --project $random network create vn-$random > /dev/null
cat /root/default.profile | lxc --project $random profile edit default > /dev/null
lxc launch --project $random -p default minecraft-server $random-minecraft --network vn-$random
}
# Apex server