Skip to content

Instantly share code, notes, and snippets.

@kkt-ee
Created September 9, 2020 10:27
Show Gist options
  • Save kkt-ee/4f5ac0dc7d69df5a3dab1dc5349aff74 to your computer and use it in GitHub Desktop.
Save kkt-ee/4f5ac0dc7d69df5a3dab1dc5349aff74 to your computer and use it in GitHub Desktop.
Open a konsole and display commands to update gentoo linux
#!/bin/bash
konsole --noclose -e echo $'Gentoo update copy/paste commands:
$ emaint -a sync
(optional) $ emerge --oneshot sys-apps/portage
$ emerge --ask -uDU --keep-going --with-bdeps=y @world
o emaint -a sync \no running in other terminal...' &
konsole --noclose -e emaint -a sync &
konsole &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment