This commit is contained in:
11
install.sh
11
install.sh
@@ -438,7 +438,16 @@ MAINGO
|
||||
chmod 755 "$INSTALL_DIR/bin/atlas-api"
|
||||
chmod 755 "$INSTALL_DIR/bin/atlas-tui"
|
||||
|
||||
echo -e "${GREEN}Binaries built successfully${NC}"
|
||||
# Create symlinks in /usr/local/bin for global access
|
||||
echo -e "${GREEN}Creating symlinks for global access...${NC}"
|
||||
ln -sf "$INSTALL_DIR/bin/atlas-api" /usr/local/bin/atlas-api
|
||||
ln -sf "$INSTALL_DIR/bin/atlas-tui" /usr/local/bin/atlas-tui
|
||||
chmod 755 /usr/local/bin/atlas-api
|
||||
chmod 755 /usr/local/bin/atlas-tui
|
||||
|
||||
echo -e "${GREEN}Binaries built and installed successfully${NC}"
|
||||
echo " Binaries available at: $INSTALL_DIR/bin/"
|
||||
echo " Global commands: atlas-api, atlas-tui"
|
||||
}
|
||||
|
||||
# Create systemd service
|
||||
|
||||
Reference in New Issue
Block a user