17 lines
400 B
Text
17 lines
400 B
Text
|
#!/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
|
||
|
|
||
|
|
||
|
|