Operation:Reaper Beta - fixed typo
This commit is contained in:
parent
83abee89b8
commit
528fe55a99
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
function installMissing() {
|
||||
local $PACKAGE=$1
|
||||
local PACKAGE=$1
|
||||
dpkg -s ${PACKAGE} &>/dev/null; [[ $? -eq 1 ]] && apt-get -y install ${PACKAGE}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue