Skip to content

Commit

Permalink
1.10-6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakanoin19 committed Jun 10, 2021
1 parent 6740e1e commit e3ef8da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion pam-core/pi-app-manager
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ unset run
#-- 設定 --#
settings=${current_dir}/config
entry_extension="entry"
version=1.10-5
version=1.10-6



Expand Down Expand Up @@ -133,6 +133,14 @@ function check_pkg () {
fi
}

function check_snap () {
if [[ -n $(installed_snap_list | grep -x "$1") ]]; then
printf "installed_snap"
else
printf "notinstalled"
fi
}

# 値の初期化
function clear_variable () {
unset name
Expand Down
2 changes: 1 addition & 1 deletion run/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10-5
1.10-6

0 comments on commit e3ef8da

Please sign in to comment.