Add setup-alpine-vm.sh

This commit is contained in:
Cole Deck 2024-03-28 00:44:57 +00:00
parent 5016b4e99f
commit 64bb50f055

17
setup-alpine-vm.sh Normal file
View File

@ -0,0 +1,17 @@
#!/bin/sh
# This script must run as root!
echo "https://dl-cdn.alpinelinux.org/alpine/latest-stable/main
https://dl-cdn.alpinelinux.org/alpine/latest-stable/community" > /etc/apk/repositories
apk upgrade
apk add git docker docker-cli-compose
rc-update add docker
service docker start
git clone https://git.myitr.org/Jukebox/jukebox-software
cd jukebox-software
git submodule init
git submodule update