This website works better with JavaScript
Home
Explore
Help
Sign In
mirror
/
debi
mirror of
https://github.com/bohanwood/debi.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix syntax error
Bohan Yang
5 years ago
parent
d50c1b584c
commit
bd4b34b253
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
debi.sh
+ 1
- 0
debi.sh
View File
@@ -220,6 +220,7 @@ while [ $# -gt 0 ]; do
;;
--firmware)
firmware=true
+ ;;
--dry-run)
dry_run=true
;;