Commit Graph

1130 Commits

Author SHA1 Message Date
Roey Darwish Dror
d5d5abaac4 Use sudo for flatpak if connecting from SSH (fix #740) 2021-07-06 09:32:14 +03:00
Roey Darwish Dror
93881b5cca Support Alpine Linux (fix #736( 2021-07-06 09:24:42 +03:00
Eberhard Beilharz
2cd1ea6845 Allow to run flatpak update with sudo (#738)
This change adds the option `flatpak.use_sudo` that allows to update
the system-wide installation with sudo. When set to `true` the
system-wide installation will be updated with sudo. If set to `false`
(default) the update will be run as regular user.

This solves the problem where running `flatpak update` on a remote
system fails if run as regular user.

Fixes #737.
2021-06-30 13:37:41 +03:00
Eberhard Beilharz
74292ef6d2 Make firmware upgrade configurable (#739)
This change adds an option, firmware.upgrade, that if set to `false`
only checks for and displays available firmware updates. If set to `true`
(default) the user is offered to run the firmware upgrade.
2021-06-30 12:15:18 +03:00
SilentVoid13
5ec1f4d2d6 Adding pnpm support (#734) 2021-06-27 15:48:46 +03:00
Roey Darwish Dror
7fac74d304 Do not run pip inside a virtual environment (fix #732) (#733) 2021-06-26 15:04:49 +03:00
Roey Darwish Dror
90da4331d1 spaces 2021-06-15 08:37:14 +03:00
Roey Darwish Dror
13d2143cb1 Version bump 2021-06-09 16:07:02 +03:00
Roey Darwish Dror
8d0c124d16 Revert "avoid the warning 'WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.' (#729)"
This reverts commit 33089ebbe9.
2021-06-09 16:06:28 +03:00
Roey Darwish Dror
e7fb299e1a Version bump 2021-06-09 10:55:02 +03:00
Alex
33089ebbe9 avoid the warning 'WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.' (#729) 2021-06-09 10:53:31 +03:00
Roey Darwish Dror
f39899c3ff Allow running NPM as sudo (fix #690) (#723)
* Allow running NPM as sudo (fix #690)

* asd

* fix
2021-06-09 10:52:48 +03:00
Vikram Dighe
f8648c9bc7 Change sucessfully to successfully to fix a typo (#726) 2021-06-05 06:11:34 +03:00
Roey Darwish Dror
fcd4a8b908 Better cargo update detection (#725) 2021-06-04 14:17:40 +03:00
Roey Darwish Dror
9205649a5f Support winget (fix #721) (#722) 2021-06-03 13:08:17 +03:00
Roey Darwish Dror
6194eede5a Update intellimacs and ideavimrc 2021-05-30 15:50:21 +03:00
Marcos Nils
c53d2f489a Add bin support (#717) 2021-05-29 07:59:27 +03:00
Roey Darwish Dror
cdc7c39d02 Add silnite support (fix #701) (#714) 2021-05-29 07:54:15 +03:00
Roey Darwish Dror
4a4e249f5f Issue template 2021-05-13 22:16:18 +03:00
Kevin K
2bed7edaba makes rpm-ostree configurable (#712)
This commit makes it possible to *not* to use `rpm-ostree` even on
systems where it is detected.

This commit is fully backwards compatible with previous releases, and
without changing the config file all previous behaviors are the exact
same.

This commit adds the `rpm_ostree` field in the `[linux]` table of the
configuration, and defaults to `true`. This means Topgrade will first
check if `/usr/bin/rpm-ostree` exists, and only if so then check if the
user does not want to use `rpm-ostree` via the configuration. If the
user *does not* want to use `rpm-ostree`, then normal operation
continues checking for DNF or YUM.

This makes it possible for people where `rpm-ostree` is installed, but
where the system is not an `ostree` based distribtuion. This happens
when people are using things like `osbuild-composer` to build images,
or Cockpit with the Compose feature enabled (which uses
`osbuild-composer` internally).

An alternative to this commit would be to make the config field a
negative such as `no_rpm_ostree`, however that goes against the norm in
other fields.

Closes #710
2021-05-13 21:57:29 +03:00
Roey Darwish Dror
bc0584e4b9 bump 2021-05-13 21:54:11 +03:00
Roey Darwish Dror
7d85ecca7c Revert "No need to run which in WSL (fix #694) (#707)"
This reverts commit ac4c23929e.
2021-05-13 21:53:13 +03:00
Roey Darwish Dror
cee012b132 bump 2021-05-10 09:54:16 +03:00
Roey Darwish Dror
344c74f430 bump 2021-05-10 09:54:02 +03:00
Roey Darwish Dror
ac4c23929e No need to run which in WSL (fix #694) (#707)
* No need to run which in WSL (fix #694)

* clippy
2021-05-10 09:40:23 +03:00
jimman2003
54055a5e10 Update deps (#708)
* Update deps

* Update Cargo.lock

* Update notify-rust
2021-05-10 09:40:11 +03:00
Roey Darwish Dror
4bbebf32dd Clippy 2021-05-08 22:50:42 +03:00
Roey Darwish Dror
69e05d7cea Honor CARGO_HOME (fix #705) (#706) 2021-05-05 13:52:12 +03:00
Roey Darwish Dror
f2e5ceb852 Change MacPorts to a single word (fix #703) 2021-05-04 11:27:19 +03:00
Roey Darwish Dror
3e9bd9bc0f Remove msupdate (fix #698) (#699)
* Remove msupdate (fix #698)

* Unused imports
2021-04-28 10:55:54 +03:00
Roey Darwish Dror
8c6a48af76 Support -y in Powershell (fix #696) 2021-04-24 06:07:50 +03:00
Roey Darwish Dror
5989685df5 Use fwupdmgr update instead of upgrade (fix #695) 2021-04-24 06:04:52 +03:00
Roey Darwish Dror
cf63db2786 Remove Microsoft store (fix #674) 2021-04-23 07:01:11 +03:00
Roey Darwish Dror
0490bd70a2 Remove vscode 2021-04-23 07:01:11 +03:00
Hugo Haas
2c5d581bef Added support for fish-plug (#687)
https://github.com/kidonng/fish-plug
2021-04-12 12:14:14 +03:00
Roey Darwish Dror
9f2bfb1767 Wrong flag for pip3 (fix #689) 2021-04-12 11:04:51 +03:00
Roey Darwish Dror
3cc4248cdd Remove VSCode 2021-04-08 06:43:22 +03:00
Roey Darwish Dror
ef13c72274 Bump 2021-04-08 06:35:03 +03:00
Rory O'Connell
89498ee04c Use pkcon over apt with kde neon (#683)
* Use pkcon over apt with kde neon

* create kdeneon distribution
2021-04-07 23:04:21 +03:00
Roey Darwish Dror
35df3174c9 Clippy 2021-04-07 13:32:58 +03:00
Roey Darwish Dror
141ec83372 Clippy 2021-04-07 10:23:26 +03:00
Roey Darwish Dror
a6d7c6dca9 Apt arguments (fix #669) 2021-04-06 10:54:23 +03:00
Roey Darwish Dror
b165a6fe0b Keep making clippy happy 2021-04-06 10:28:07 +03:00
Roey Darwish Dror
fa8334d776 Make a specific flag for Mas (fix #681) 2021-04-06 09:52:55 +03:00
Roey Darwish Dror
8d55076cd3 Make clippy happy 2021-04-06 09:52:34 +03:00
Roey Darwish Dror
572e8ffdf4 Run fwupdmgr update (fix #668) (#677)
* Run fwupdmgr update (fix #668)

* Pass --y to fwupdmgr
2021-03-23 06:33:30 +02:00
Roey Darwish Dror
f9002b417c Execute the user default shell when using remotes (fix #670) (#676) 2021-03-22 16:04:27 +02:00
Roey Darwish Dror
11d2b2d4ef Avoid displaying unnecessary Cargo warning (fix #671) (#675)
if ~/.cargo/.crates.toml doesn't exists or is empty then the user did not install any applications using Cargo
2021-03-22 09:00:56 +02:00
Seλçuk Öztürk
bf986e313c Racket package manager support (#667) 2021-03-14 12:12:38 +02:00
Alex
8bf3d70e5f Support for PIP3 (self update) (#663) 2021-03-02 11:39:49 +02:00