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