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 server
|
||||||
minecraft() {
|
minecraft() {
|
||||||
echo "Minecraft function"
|
echo "Minecraft function"
|
||||||
#lxc project create $random -c features.images=false > /dev/null
|
lxc project create $random -c features.images=false > /dev/null
|
||||||
#lxc project switch $random > /dev/null
|
lxc project switch $random > /dev/null
|
||||||
#lxc --project $random network create vn-$random > /dev/null
|
lxc --project $random network create vn-$random > /dev/null
|
||||||
#cat /root/default.profile | lxc --project $random profile edit default > /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 launch --project $random -p default minecraft-server $random-minecraft --network vn-$random
|
||||||
}
|
}
|
||||||
|
|
||||||
# Apex server
|
# Apex server
|
||||||
|
Loading…
Reference in New Issue
Block a user