Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Making Linux Zero-K download easier

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
10/10/2017 11:48:47 AMAUrankSortale before revert after revert
10/10/2017 11:47:37 AMAUrankSortale before revert after revert
10/10/2017 11:46:52 AMAUrankSortale before revert after revert
10/10/2017 11:41:54 AMAUrankSortale before revert after revert
Before After
1 https://drive.google.com/file/d/0B8gbickq501_Qy1oRWR0TGo2elk/view?usp=sharing 1 https://drive.google.com/file/d/0B8gbickq501_Qy1oRWR0TGo2elk/view?usp=sharing
2 \n 2 \n
3 as promised this is the first draft of my deb file should work on Ubuntu/Linux mint 3 as promised this is the first draft of my deb file should work on Ubuntu/Linux mint
4 \n 4 \n
5 contain only scripts so please check all the script before you run I don't take responsibility for anything broken because of my deb file [run fine on my virtual machine though] 5 contain only scripts so please check all the script before you run I don't take responsibility for anything broken because of my deb file [run fine on my virtual machine though]
6 \n 6 \n
7 pro: 7 pro:
8 A Deb files which can reassure certain kind of people with it familiarity 8 A Deb files which can reassure certain kind of people with it familiarity
9 I made this as per instruction from a guy on the debian mentor channel so this is more similar to an actual Deb file, therefore, It can be used as base for an actual repo deb file should the need arise [I put a very low odd on that though] 9 I made this as per instruction from a guy on the debian mentor channel so this is more similar to an actual Deb file, therefore, It can be used as base for an actual repo deb file should the need arise [I put a very low odd on that though]
10 Theoretically, should run fine with multiple users on one machine 10 Theoretically, should run fine with multiple users on one machine
11 \n 11 \n
12 Con: 12 Con:
13 \n 13 \n
14 Unsure how it will react with self updating since it is using symlink [need @Licho to make a test exe] 14 Unsure how it will react with self updating since it is using symlink, need @Licho to make a test exe
15 need internet access [considering chobby need internet access anyway kinda low priority] [also a static version with chobby.exe pre-packaged can be made] 15 need internet access [considering chobby need internet access anyway kinda low priority] [also a static version with chobby.exe pre-packaged can be made]
16 still far from an actual deb file 16 still far from an actual deb file
17 need root access 17 need root access
18 basically do exactly what your script does, albeit in a different package [hidding the fact that it is a script can be a good thing or a bad thing depending] 18 basically do exactly what your script does, albeit in a different package [hidding the fact that it is a script can be a good thing or a bad thing depending]
19 \n 19 \n
20 possible improvement: 20 possible improvement:
21 \n 21 \n
22 ask user the directory they want zero-k to be installed and save it in a config file, then use it 22 ask user the directory they want zero-k to be installed and save it in a config file, then use it
23 removal script implementation 23 removal script implementation
24 \n 24 \n
25 Alternative implementation ideas to be debated over the one above: 25 Alternative implementation ideas to be debated over the one above:
26 \n 26 \n
27 1. just package @Vermind script and have it run by user. 27 1. just package @Vermind script and have it run by user.
28 2. un-own from root the folder containing chobby.exe and have it download stuff there [very bad practice I was told] 28 2. un-own from root the folder containing chobby.exe and have it download stuff there [very bad practice I was told]