fix tar command
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 1 Aug 2023 20:47:16 +0000 (16:47 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 1 Aug 2023 20:47:16 +0000 (16:47 -0400)
install-extras.sh

index f4bc9bc10d4c53f3778d529905f9d380fc6b561c..00802098e36e02f93f017ae40560596ccf8067ea 100755 (executable)
@@ -165,7 +165,7 @@ wget 'https://media.libreplanet.org/mgoblin_media/media_entries/2799/lp2023-jupi
 ### 
 
 
-tar -C $DEVTMP/source/ -xvf --no-same-owner $TAR
+tar -C $DEVTMP/source/ --no-same-owner -xvf $TAR
 
 
 ###