Skip to content

Commit

Permalink
addressing varname consitency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed Aug 30, 2022
1 parent 3f8d69c commit 1f0c91a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions functions/universal/pmanagement/thirdparty/f_thirdParty.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
###################################################################################
## Gdebi related

# this should get a URL passed to it... i think actually having it be "${package"
function gdebiInstall() {



# checks for gdebi and installs it if needed
clear
fancy_message action "Checking for Gdebi for the install"
Expand All @@ -13,7 +13,7 @@ function gdebiInstall() {
userPrompt

# # does this need to be here?
# packageName=$(basename "${programURL}")
# programName=$(basename "${programURL}")
wget -P ${downloadDir} ${programURL}
userPrompt

Expand Down
2 changes: 1 addition & 1 deletion functions/universal/software/multimedia/f_celluloid.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function installCelluloid

# WAIT - if codename is not bionic or anything else in this case statement THEN install $packageName
if [ $OSRELEASE_UBUNTU_CODENAME != "bionic" ]; then
installApp $packageName
installApp $programName
# my thinking is as long as the above ISN'T TRUE (even debian and solus), this will trigger
else
installApp "gnome-mpv"
Expand Down

0 comments on commit 1f0c91a

Please sign in to comment.