16 lines
400 B
Bash
Executable file
16 lines
400 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
curl https://static.tyleodev.fr/astra/banner-all
|
|
echo DistroBox Distribution Pack - v1
|
|
echo Terminator App Export
|
|
sudo dnf install epel-release -y
|
|
sudo dnf install terminator nautilus htop gedit -y
|
|
sudo dnf install geany -y
|
|
distrobox-export --app terminator
|
|
distrobox-export --app nautilus
|
|
distrobox-export --app htop
|
|
distrobox-export --app gedit
|
|
distrobox-export --app geany
|
|
|
|
|
|
|