Fixed permission error

This commit is contained in:
Gator96100 2018-07-30 13:45:29 +02:00
parent e8881cb363
commit d687ccb45b
3 changed files with 3 additions and 17 deletions

View file

@ -20,7 +20,7 @@
* make
* pkg-config
## Updating packages ##
msys2 comes with a package manager, all installed packages can be updated with "pacman -Syuu"
msys2 comes with a package manager, all installed packages can be updated with "pacman -Syuu"
## Usage ##

View file

@ -1,14 +0,0 @@
ls
ls -la
ls
cd ..
ls
ls -la
exit
pacman -Ss gcc
pacman -S mingw-w64-i686-gc
gcc
pacman -S make git
pacman -Ss readline
pacman -S mingw-w64-i686-readline
exit

View file

@ -8,6 +8,6 @@ set autobuild=false
echo # For a description of the file format, see the Users Guide >msys2/etc/fstab
echo # http://cygwin.com/cygwin-ug-net/using.html#mount-table >>msys2/etc/fstab
echo none / cygdrive binary,posix=0,noacl,user 0 0 >>msys2/etc/fstab
echo %MYPATH%pm3 /pm3 ntfs user ,posix=0 0 0 >>msys2/etc/fstab
echo %MYPATH%gcc-arm-none-eabi /gcc-arm-none-eabi ntfs binary ,posix=0 0 0 >>msys2/etc/fstab
echo %MYPATH%pm3 /pm3 ntfs noacl 0 0 >>msys2/etc/fstab
echo %MYPATH%gcc-arm-none-eabi /gcc-arm-none-eabi ntfs noacl 0 0 >>msys2/etc/fstab
msys2\msys2_shell.cmd -mingw32 -defterm