sskras / .files

Personal attempt at automating setup of a new home dir / managing dot-files in a cross-platform way.
Other
1 stars 0 forks source link

Check for missing `make` #4

Closed sskras closed 6 months ago

sskras commented 8 months ago
$ curl -L inx.lv/mi3u | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   538    0   538    0     0   5267      0 --:--:-- --:--:-- --:--:--  5274
100   478  100   478    0     0   2106      0 --:--:-- --:--:-- --:--:--  2106
sh: 12: make: not found
sskras commented 8 months ago

Also check for git.

Preferably install the missing packages in a cross-platform way.

sskras commented 6 months ago

Also rsync is needed for backing up the possibly overlapping home-files (the ones that would get overwritten by files from this repo).

sskras commented 6 months ago

Fixed by https://github.com/sskras/.files/commit/8937be81f0ad5527f79932dd707b109b9836a8ec, but later outsourced to another tool via a series of commits: https://github.com/sskras/.files/compare/sskras:.files:72227cf%5E...1d49d8402c0979b00e4a7e3b3d42b8b652146ca7.

rsync check added in https://github.com/sskras/.files/commit/d94e64edafe62aa2dbcc71c1126c35f8da9b7975.