input updates
This commit is contained in:
parent
d48ff00e96
commit
7137481324
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user