Commit d306e57
committed
Fixes issues with install --with-debs
Currently when installing --with-debs the install fails as it will leave =1.3.0~apha in the software list causing giving it a error as package does not exists.
This is caused by the code to make sure the last version is installed
https://github.com/hestiacp/hestiacp/blob/90f5e247eb61fe66c4b6981de17a380f2e8a8ad5/install/hst-install-ubuntu.sh#L451 parent 90f5e24 commit d306e57
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
814 | | - | |
| 814 | + | |
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | | - | |
| 797 | + | |
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
| |||
0 commit comments