find the windows script
This commit is contained in:
@@ -5,12 +5,19 @@
|
|||||||
# Print the logo
|
# Print the logo
|
||||||
print_logo() {
|
print_logo() {
|
||||||
cat << "EOF"
|
cat << "EOF"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
██╗ ██╗ █████╗ ███╗ ███╗██████╗ █████╗ ██████╗██╗ ██╗
|
██╗ ██╗ █████╗ ███╗ ███╗██████╗ █████╗ ██████╗██╗ ██╗
|
||||||
██║ ██║██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
|
██║ ██║██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
|
||||||
███████║███████║██╔████╔██║██████╔╝███████║██║ █████╔╝
|
███████║███████║██╔████╔██║██████╔╝███████║██║ █████╔╝
|
||||||
██╔══██║██╔══██║██║╚██╔╝██║██╔═══╝ ██╔══██║██║ ██╔═██╗
|
██╔══██║██╔══██║██║╚██╔╝██║██╔═══╝ ██╔══██║██║ ██╔═██╗
|
||||||
██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ ██║╚██████╗██║ ██╗
|
██║ ██║██║ ██║██║ ╚═╝ ██║██║ ██║ ██║╚██████╗██║ ██╗
|
||||||
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
|
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,6 +64,8 @@ echo "Installing Flatpak applications..."
|
|||||||
echo "Installing stand-alone compiled applications..."
|
echo "Installing stand-alone compiled applications..."
|
||||||
. install-compiled.sh
|
. install-compiled.sh
|
||||||
|
|
||||||
|
cd ~/.local/share/HamPack
|
||||||
|
|
||||||
echo "Installing Windows-only applications..."
|
echo "Installing Windows-only applications..."
|
||||||
. install-windows-apps.sh
|
. install-windows-apps.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user