mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 22:50:18 -08:00
fix: Correct echo placement after installing Fabric binary
This commit is contained in:
@@ -291,7 +291,8 @@ for pkg in "${special_installs[@]}"; do
|
||||
# Download and install the latest Fabric binary for Linux AMD64
|
||||
curl -L https://github.com/danielmiessler/fabric/releases/latest/download/fabric-linux-amd64 -o /tmp/fabric
|
||||
chmod +x /tmp/fabric
|
||||
sudo mv /tmp/fabric /usr/local/bin/fabric echo -e "${GREEN}Fabric binary installed successfully!${NC}"
|
||||
sudo mv /tmp/fabric /usr/local/bin/fabric
|
||||
echo -e "${GREEN}Fabric binary installed successfully!${NC}"
|
||||
|
||||
# Verify installation
|
||||
if fabric --version; then
|
||||
|
||||
Reference in New Issue
Block a user