mirror of
https://github.com/rancher/os.git
synced 2025-07-12 22:27:59 +00:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
|
|
apt-get update
|
|
apt-get install -y grub2 parted
|