Update 2 files
- /software.yml - /home/dot_local/bin/executable_install-program
This commit is contained in:
parent
7fc91f4e08
commit
4a8712ea29
2 changed files with 2 additions and 2 deletions
|
@ -406,7 +406,7 @@ async function generateInstallOrders(pkgsToInstall) {
|
|||
break
|
||||
}
|
||||
} else {
|
||||
if (!comparedCountMax) {
|
||||
if (!comparesRemaining) {
|
||||
log('info', 'No Match', `There was no match found for ${pkg} - it may be an OS-specific package`)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3644,7 +3644,7 @@ softwarePackages:
|
|||
_type: app
|
||||
appimage: lencx/ChatGPT
|
||||
apt: https://github.com/lencx/ChatGPT/releases/download/v0.10.3/chat-gpt_0.10.3_amd64.deb
|
||||
cask: lencx/chatgpt/chatgpt
|
||||
# script:darwin: brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git && brew install --cask chatgpt --no-quarantine
|
||||
msi: https://github.com/lencx/ChatGPT/releases/download/v0.10.3/ChatGPT_0.10.3_x64_en-US.msi
|
||||
pacman: chatgpt-desktop-bin
|
||||
winget: lencx.ChatGPT
|
||||
|
|
Loading…
Reference in a new issue