mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
26 lines
No EOL
650 B
Bash
Executable file
26 lines
No EOL
650 B
Bash
Executable file
#!/bin/bash
|
|
|
|
printf "\e[1;32m
|
|
###################################
|
|
___ ____ ___ _ ____ _ _ ___
|
|
| \ |___ |__] | |__| |\ | __ /
|
|
|__/ |___ |__] | | | | \| /__
|
|
|
|
####################################
|
|
\e[0m\n"
|
|
|
|
bash ~/debian-z/1-software.sh
|
|
bash ~/debian-z/2-setup.sh
|
|
bash ~/debian-z/3-fonts.sh
|
|
bash ~/debian-z/4-rice.sh
|
|
|
|
sudo nala autoremove
|
|
|
|
printf "\e[1;32m
|
|
#####################################################
|
|
____ _ ____ ____ ___ ___ _ _ ___ ____ ___
|
|
|__/ | | |___ | \ |__] \_/ / |___ | \
|
|
| \ | |___ |___ |__/ |__] | /__ |___ |__/
|
|
|
|
######################################################
|
|
\e[0m\n" |