Skip to content

Commit

Permalink
Update linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredy899 authored Dec 24, 2024
1 parent 993c781 commit 0fb291c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
printf "${CYAN}GITPATH is set to: %s${RC}\n" "$GITPATH"

# GitHub URL base for the necessary configuration files
GITHUB_BASE_URL="https://raw.githubusercontent.com/Jaredy899/linux/refs/heads/dev/"
GITHUB_BASE_URL="https://raw.githubusercontent.com/Jaredy899/linux/refs/heads/main/"
INSTALLS_URL="${GITHUB_BASE_URL}/installs"

# Function to detect the Linux distribution
Expand Down Expand Up @@ -60,7 +60,7 @@ if [ -d /run/archiso/bootmnt ]; then
fi

# Only source common_script.sh (which contains the menu system) after the arch install check
eval "$(curl -s https://raw.githubusercontent.com/Jaredy899/linux/refs/heads/dev/common_script.sh)"
eval "$(curl -s https://raw.githubusercontent.com/Jaredy899/linux/refs/heads/main/common_script.sh)"

# Ensure git is installed
if ! command_exists git; then
Expand Down Expand Up @@ -108,7 +108,6 @@ while true; do
;;
6)
curl -fsSL https://tailscale.com/install.sh | sh
printf "${GREEN}Tailscale installed. Run '$(command -v doas >/dev/null 2>&1 && echo "doas" || echo "sudo") tailscale up' to activate.${RC}\n"
;;
7)
run_script "docker.sh" "$GITPATH/installs" "$INSTALLS_URL"
Expand Down Expand Up @@ -136,4 +135,4 @@ while true; do
dd bs=1 count=1 2>/dev/null
stty echo
clear
done
done

0 comments on commit 0fb291c

Please sign in to comment.