Skip to content

Instantly share code, notes, and snippets.

View wallysoncarvalho's full-sized avatar
🤣
" Why did the programmer quit her job? She didn't get arrays." - undefined

Wallyson wallysoncarvalho

🤣
" Why did the programmer quit her job? She didn't get arrays." - undefined
  • BEES Bank
View GitHub Profile
@wallysoncarvalho
wallysoncarvalho / intall_apps.sh
Last active November 26, 2024 12:36
Debian software installations
#!/bin/bash
# NEEDS to run `chmod +x intall_apps.sh` first
# Update package list and install dependencies
sudo apt update
# Install SDKMAN!
echo "Installing SDKMAN!"
curl -s "https://get.sdkman.io" | bash