more apps added
This commit is contained in:
@@ -145,6 +145,21 @@ function dash_to_panel() {
|
||||
echo dash_to_panel >>/tmp/installer
|
||||
}
|
||||
|
||||
function qemu() {
|
||||
info "Install qemu binaries"
|
||||
apt install -y qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-manager libnss-libvirt qemu-user-static binfmt-support
|
||||
echo qemu >>/tmp/installer
|
||||
}
|
||||
|
||||
function chrome() {
|
||||
info "Install chrome binaries"
|
||||
cd /tmp
|
||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
sudo apt install ./google-chrome-stable_current_amd64.deb
|
||||
cd -
|
||||
echo chrome >>/tmp/installer
|
||||
}
|
||||
|
||||
function main() {
|
||||
desktop || true
|
||||
docker || true
|
||||
@@ -153,6 +168,8 @@ function main() {
|
||||
displaylink_driver || true
|
||||
zscaler || true
|
||||
dash_to_panel || true
|
||||
qemu || true
|
||||
chrome || true
|
||||
|
||||
# ─── SSH ─────────────────────────────────────────────────────────────────────
|
||||
info "Enabling SSH..."
|
||||
|
||||
Reference in New Issue
Block a user