We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d3c43 commit 1365047Copy full SHA for 1365047
install-debian.sh
@@ -1,5 +1,16 @@
1
+# * @file install-debian.sh
2
+# * @author Owen Boreham (owenkadeboreham@gmail.com)
3
+# * @version 0.1
4
+# * @date 2021-07-06
5
+# *
6
+# * @copyright Copyright (c) 2021 TinyKernel
7
+# * This file is part of TinyKernel which is released
8
+# * under Apache License 2.0. See file LICENSE or go
9
+# * to https://www.apache.org/licenses/LICENSE-2.0 for
10
+# * full license details.
11
+
12
clear;
-version=0.1.1;
13
+version=0.1.3;
14
iso_name="TinyKernel_Bobrossrtx-${version}.iso";
15
echo \
16
"
0 commit comments