mirror of
https://github.com/rancher/os.git
synced 2025-06-24 22:11:33 +00:00
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
export DEBIAN_FRONTEND=noninteractive
|
||
|
|
||
|
apt-get update
|
||
|
apt-get install -y grub2 parted
|