forked from p15670423/monkey
appimage: add log message when downloading Python3.7 AppImage
This commit is contained in:
parent
66c5d91266
commit
f3439bb2c4
|
@ -105,6 +105,8 @@ setup_appdir() {
|
||||||
setup_python_37_appdir() {
|
setup_python_37_appdir() {
|
||||||
PYTHON_APPIMAGE="python3.7.9_x86_64.AppImage"
|
PYTHON_APPIMAGE="python3.7.9_x86_64.AppImage"
|
||||||
rm -rf "$APPDIR" || true
|
rm -rf "$APPDIR" || true
|
||||||
|
|
||||||
|
log_message "downloading Python3.7 Appimage"
|
||||||
curl -L -o "$PYTHON_APPIMAGE" "$PYTHON_APPIMAGE_URL"
|
curl -L -o "$PYTHON_APPIMAGE" "$PYTHON_APPIMAGE_URL"
|
||||||
|
|
||||||
chmod u+x "$PYTHON_APPIMAGE"
|
chmod u+x "$PYTHON_APPIMAGE"
|
||||||
|
|
Loading…
Reference in New Issue