Browse Source

Merge branch 'main' of https://github.com/Keybored02/bambuddy

Matteo Parenti 3 months ago
parent
commit
0a17b44da3
3 changed files with 4 additions and 4 deletions
  1. 2 2
      install/README.md
  2. 1 1
      install/docker-install.sh
  3. 1 1
      install/install.sh

+ 2 - 2
install/README.md

@@ -8,14 +8,14 @@ Interactive installation scripts for BamBuddy with support for both native and D
 
 
 **Linux/macOS:**
 **Linux/macOS:**
 ```bash
 ```bash
-curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/docker-install.sh | bash
+curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/docker-install.sh -o docker-install.sh && chmod +x docker-install.sh && ./docker-install.sh
 ```
 ```
 
 
 ### Native Installation
 ### Native Installation
 
 
 **Linux/macOS:**
 **Linux/macOS:**
 ```bash
 ```bash
-curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/install.sh | bash
+curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/install.sh -o install.sh && chmod +x install.sh && ./install.sh
 ```
 ```
 
 
 ---
 ---

+ 1 - 1
install/docker-install.sh

@@ -4,7 +4,7 @@
 # Supports: Linux (all distros), macOS
 # Supports: Linux (all distros), macOS
 #
 #
 # Usage:
 # Usage:
-#   Interactive:  curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/docker-install.sh | bash
+#   Interactive:  curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/docker-install.sh -o docker-install.sh && chmod +x docker-install.sh && ./docker-install.sh
 #   Unattended:   ./docker-install.sh --path /opt/bambuddy --port 8000 --yes
 #   Unattended:   ./docker-install.sh --path /opt/bambuddy --port 8000 --yes
 #
 #
 # Options:
 # Options:

+ 1 - 1
install/install.sh

@@ -4,7 +4,7 @@
 # Supports: Debian/Ubuntu, RHEL/Fedora/CentOS, Arch Linux, macOS
 # Supports: Debian/Ubuntu, RHEL/Fedora/CentOS, Arch Linux, macOS
 #
 #
 # Usage:
 # Usage:
-#   Interactive:  curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/install.sh | bash
+#   Interactive:  curl -fsSL https://raw.githubusercontent.com/maziggy/bambuddy/main/install/install.sh -o install.sh && chmod +x install.sh && ./install.sh
 #   Unattended:   ./install.sh --path /opt/bambuddy --port 8000 --yes
 #   Unattended:   ./install.sh --path /opt/bambuddy --port 8000 --yes
 #
 #
 # Options:
 # Options: