Fixed type in restore lib's mkfast
This commit is contained in:
parent
8f8305833d
commit
e1bb37d120
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ function mkfast_deb () {
|
||||||
# we must check for packages already installed so we don't waste time reinstalling them
|
# we must check for packages already installed so we don't waste time reinstalling them
|
||||||
|
|
||||||
dpkg --get-selections > installed_packages_fast
|
dpkg --get-selections > installed_packages_fast
|
||||||
grep -vf installed_packages_fast installed_packages > installed_packages
|
grep -vf installed_packages_fast installed_packages.orig > installed_packages
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue