summarylogtreecommitdiffstats
path: root/001-apt-get.patch
blob: 5180a8c412b3e1a458f61e27ed68726d181624af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/steps/01-install.sh b/steps/01-install.sh
index e87b3ba..8fc64b8 100755
--- a/steps/01-install.sh
+++ b/steps/01-install.sh
@@ -34,8 +34,8 @@ case "$TARGET_OS" in
     ;;

   linux)
-    sudo apt-get update
-    sudo apt-get install -y cmake pkg-config
+    #sudo apt-get update
+    #sudo apt-get install -y cmake pkg-config

     if [ "$TARGET_LIBC" == "musl" ]; then

@@ -70,11 +70,11 @@ case "$TARGET_OS" in
           ;;

         x86)
-          sudo apt-get install -y g++-multilib
+          #sudo apt-get install -y g++-multilib
           ;;

         x64)
-          sudo apt-get install -y g++
+          #sudo apt-get install -y g++
           ;;
       esac