rc
This commit is contained in:
parent
eae82af438
commit
d61a6701b0
4 changed files with 2 additions and 11 deletions
|
@ -377,8 +377,6 @@ if [ $? -ne 0 ]; then
|
|||
fi
|
||||
|
||||
install_backends
|
||||
bash $install_path/install/install_cockpit.sh
|
||||
echo "start plugins bash1"
|
||||
|
||||
bash $install_path/install/install_cockpit.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
|
@ -386,8 +384,6 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "start plugins bash2"
|
||||
|
||||
bash $install_path/install/install_plugins.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "install_plugins failed with error $?. Exiting."
|
||||
|
|
|
@ -370,7 +370,6 @@ Test_Cockpit(){
|
|||
done
|
||||
|
||||
Print_Version
|
||||
echo "after print version"
|
||||
}
|
||||
|
||||
|
||||
|
@ -380,6 +379,5 @@ Install_PackageKit
|
|||
Set_Repository
|
||||
Install_Cockpit
|
||||
Test_Cockpit
|
||||
echo "after print version---"
|
||||
# release package memory
|
||||
sudo systemctl restart packagekit.service
|
||||
-sudo systemctl restart packagekit.service
|
|
@ -13,7 +13,6 @@ export PATH
|
|||
#
|
||||
# ==============================================================================
|
||||
|
||||
echo "start plugins install..."
|
||||
# get input and define vars
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case $1 in
|
||||
|
@ -32,8 +31,6 @@ if [ -z "$channel" ]; then
|
|||
channel="release"
|
||||
fi
|
||||
|
||||
echo "start plugins install......"
|
||||
|
||||
if [ -z "$source_github_pages" ]; then
|
||||
source_github_pages="https://websoft9.github.io/websoft9"
|
||||
fi
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc39",
|
||||
"version": "0.8.26-rc40",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue