double $$

pull/334/head
Tao Chen 9 months ago
parent a67b482321
commit 98e8028012

@ -6,7 +6,7 @@ BOLD='\033[0;1m'
if command -v filebrowser &> /dev/null; then if command -v filebrowser &> /dev/null; then
printf "🥳 Filebrowser is already installed. Skipping installation.\n\n$" printf "🥳 Filebrowser is already installed. Skipping installation.\n\n$"
else else
printf "${BOLD}Installing Filebrowser...\n\n" printf "$${BOLD}Installing Filebrowser...\n\n"
# Install Filebrowser # Install Filebrowser
if curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash; then if curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash; then

Loading…
Cancel
Save