diff options
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ message Repo { string develBranch = 9; // whatever the git 'devel' branch name is string userBranch = 10; // whatever your username branch is - string debname = 11; // the actual name used with 'apt install' (or distro apt equivalent. + string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent. // todo: appeal to everyone to alias 'apt' on rhat, gentoo, arch, etc to alias 'apt install' // so we can make easier instructions for new linux users. KISS |
