mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
9 lines
No EOL
271 B
Text
9 lines
No EOL
271 B
Text
INFO="Pop!_OS|Ubuntu||https://pop.system76.com/|Operating system for STEM and creative professionals who use their computer as a tool to discover and create.";;
|
|
|
|
function releases_popos() {
|
|
echo 22.04 21.10 20.04
|
|
}
|
|
|
|
function editions_popos() {
|
|
echo intel nvidia
|
|
} |