rc
This commit is contained in:
parent
1ec43ee082
commit
1bfe222d78
3 changed files with 6 additions and 2 deletions
|
@ -370,6 +370,7 @@ Test_Cockpit(){
|
|||
done
|
||||
|
||||
Print_Version
|
||||
echo "after print version"
|
||||
}
|
||||
|
||||
|
||||
|
@ -379,6 +380,6 @@ Install_PackageKit
|
|||
Set_Repository
|
||||
Install_Cockpit
|
||||
Test_Cockpit
|
||||
|
||||
echo "after print version---"
|
||||
# release package memory
|
||||
sudo systemctl restart packagekit.service
|
|
@ -13,6 +13,7 @@ export PATH
|
|||
#
|
||||
# ==============================================================================
|
||||
|
||||
echo "start plugins install..."
|
||||
# get input and define vars
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case $1 in
|
||||
|
@ -31,6 +32,8 @@ 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-rc37",
|
||||
"version": "0.8.26-rc38",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue