diff options
Diffstat (limited to 'templates/cgi/debian/form.html')
-rw-r--r-- | templates/cgi/debian/form.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 46991c573..77dd81236 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -56,6 +56,15 @@ </td> </tr> <tr> + <td><label for="Apt">--apt:</label> </td> + <td> + <select id="Apt" name="apt" size="1" > + <option selected value="apt">apt</option> + <option value="aptitude">aptitude</option> + </select> + </td> + </tr> + <tr> <td><label for="Packages">cgipackages.list.chroot:</label> </td> <td><input id="Packages" name="cgipackages" maxlength="2000" size="50" type="text" /></td> </tr> |