###Scripts version 2022###

This commit is contained in:
castro-fidel
2021-10-17 17:12:12 +03:00
parent ad6fd6d8cb
commit 9278a8d020
7 changed files with 157 additions and 102 deletions

View File

@ -31,7 +31,7 @@ echo "Icon="${PORT_WINE_PATH}/data/img/readme.png"" >> "${PORT_WINE_PATH}/${name
echo "URL=${urlg}" >> "${PORT_WINE_PATH}/${name_desktop}.desktop"
chmod u+x "${PORT_WINE_PATH}/${name_desktop}.desktop"
if [ "${s_install}" = "1" ]; then
if [ "${silent_install}" = "1" ]; then
echo "Installation completed successfully."
else
`zenity --info --title "${inst_set_top}" --text "${inst_succ}" --no-wrap ` > /dev/null 2>&1