Skip to content

Commit efb75f3

Browse files
committed
Quick fix in generalization
1 parent e3eaf93 commit efb75f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

airootfs/root/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Execute true script
4-
cd /root/scripts
4+
cd scripts/
55
./archinstall.sh
6-
cd
6+
cd ..
77

0 commit comments

Comments
 (0)