This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Packages updated
main
Yiğit Çolakoğlu
4 years ago
parent
5c38fe8396
commit
944885fc05
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
arch-setup/arch-setup.sh
+ 1
- 1
arch-setup/arch-setup.sh
View File
@ -59,7 +59,7 @@ echo "[INFO]: Formatting boot partition"
mkfs.fat -F32
$boot
echo
-n
"[INFO]: Would you like to enrypt your disks?(Y/n): "
read
$
encryption
read
encryption
if
[
!
"
$encryption
"
=
"n"
]
;
then
# Create the swap partition
Write
Preview
Loading…
Cancel
Save