Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e5524185a | ||
|
|
2547632270 | ||
|
|
5cb08a7528 | ||
|
|
ce9b2d6950 |
@@ -1,6 +1,9 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file. You can upgrade ishare2 to the latest version using `ishare2 upgrade` and then selecting `option 1`
|
||||
|
||||
## [v1.6.0] - 2023-Jan-30
|
||||
1) Added: Command `ishare2 gui stop` was added into ishare2_gui_download function in order to avoid errors when downloading/upgrading ishare2 GUI
|
||||
|
||||
## [v1.5.9] - 2023-Jan-30
|
||||
1) Added: A new version control was added for ishare2 GUI. It can be seen using the `ishare2` command and looking at the bottom of it. New functions and variables were implemented. Also, using `ishare2 upgrade` > `option 3` it is possible to upgrade it.
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
v1.0.0
|
||||
v1.0.1
|
||||
|
||||
2
ishare2
2
ishare2
@@ -1078,6 +1078,8 @@ function show_changelog() {
|
||||
function ishare2_gui_download() {
|
||||
echo -e "${GREEN}GUI is being downloaded and installed. Please, wait until process is done${NO_COLOR}"
|
||||
|
||||
ishare2 gui stop
|
||||
|
||||
rm -rf /root/app
|
||||
|
||||
wget -q $URL_GUI_APP_ZIP -P /root
|
||||
|
||||
Reference in New Issue
Block a user