|
@@ -8,6 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Convert Armbian to DietPi - Lightweight Debian OS for SBC">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="08/01/2022 06:35:11 AM" />
|
|
|
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
<script type="text/javascript" src="includes/js/steps.js"></script>
|
|
@@ -35,7 +36,7 @@
|
|
|
# install prerequisites<br />
|
|
|
sudo apt install -y systemd-sysv ca-certificates sudo wget locales<br />
|
|
|
# download the dietpi script<br />
|
|
|
- wget https://raw.githubusercontent.com/MichaIng/DietPi/master/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh<br />
|
|
|
+ wget https://raw.githubusercontent.com/MichaIng/DietPi/pre-v6.14/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh<br />
|
|
|
# make the script executable<br />
|
|
|
chmod +x ./PREP_SYSTEM_FOR_DIETPI.sh<br />
|
|
|
# execute the script<br />
|
|
@@ -48,8 +49,7 @@
|
|
|
<li>Select I require Wifi functionality > Press Enter</li>
|
|
|
<li>Select the Debian distribution in use > Press Enter</li>
|
|
|
<li>Welcome to a stripped down and lightweight Armbian</li>
|
|
|
-</ol>
|
|
|
- </div>
|
|
|
+</ol> </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|