Skip to content
Snippets Groups Projects
Commit 990f21df authored by nimrod's avatar nimrod
Browse files

Replace aptitude with apt.

Will work on newer releases with default packages.
parent 9d0514ca
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ alias newman='docker run --rm \
alias nextcloudcmd='flatpak run --command=nextcloudcmd com.nextcloud.desktopclient.nextcloud'
# shellcheck disable=SC2139
alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\""
alias obsolete='aptitude search ?obsolete'
alias obsolete='apt list "~o"'
alias occ='docker --host=ssh://host01.shore.co.il exec -itu www-data nextcloud-nextcloud-1 ./occ'
alias pip2='python2 -m pip'
alias pip3='python3 -m pip'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment